Searched full:php (Results 1 – 25 of 4112) sorted by relevance
12345678910>>...165
/external/protobuf/kokoro/linux/dockerfile/test/php_32bit/ |
D | Dockerfile | 28 # Install php dependencies 50 RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" 51 RUN php composer-setup.php 53 RUN php -r "unlink('composer-setup.php');" 55 # Download php source code 56 RUN git clone https://github.com/php/php-src 58 # php 5.6 59 RUN cd php-src \ 60 && git checkout PHP-5.6.39 \ 62 RUN cd php-src \ [all …]
|
/external/cronet/stable/third_party/protobuf/kokoro/linux/dockerfile/test/php_32bit/ |
D | Dockerfile | 28 # Install php dependencies 50 RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" 51 RUN php composer-setup.php 53 RUN php -r "unlink('composer-setup.php');" 55 # Download php source code 56 RUN git clone https://github.com/php/php-src 58 # php 5.6 59 RUN cd php-src \ 60 && git checkout PHP-5.6.39 \ 62 RUN cd php-src \ [all …]
|
/external/cronet/tot/third_party/protobuf/kokoro/linux/dockerfile/test/php_32bit/ |
D | Dockerfile | 28 # Install php dependencies 50 RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" 51 RUN php composer-setup.php 53 RUN php -r "unlink('composer-setup.php');" 55 # Download php source code 56 RUN git clone https://github.com/php/php-src 58 # php 5.6 59 RUN cd php-src \ 60 && git checkout PHP-5.6.39 \ 62 RUN cd php-src \ [all …]
|
/external/grpc-grpc/src/php/docker/ |
D | README.md | 5 [gRPC PECL extension](http://pecl.php.net/package/grpc) against various 6 different PHP environments. 16 $ ./src/php/bin/build_all_docker_images.sh 21 $ ./src/php/bin/build_all_docker_images.sh grpc-ext php-src 26 $ ./src/php/bin/build_all_docker_images.sh --cmds 31 $ ./src/php/bin/run_all_docker_images.sh 36 $ ./src/php/bin/run_all_docker_images.sh grpc-ext php-src 41 $ ./src/php/bin/run_all_docker_images.sh --cmds 47 release candidate), installs it against the current PHP version, and runs the 53 $ docker build -t grpc-php/grpc-ext -f ./src/php/docker/grpc-ext/Dockerfile . [all …]
|
/external/protobuf/kokoro/linux/32-bit/ |
D | Dockerfile | 12 # Apt source for php 13 …N echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu trusty main" | tee /etc/apt/sources.list.d/… 43 # -- For PHP -- 59 # PHP dependencies. 60 RUN wget http://am1.php.net/get/php-5.5.38.tar.bz2/from/this/mirror 61 RUN mv mirror php-5.5.38.tar.bz2 62 RUN tar -xvf php-5.5.38.tar.bz2 63 RUN cd php-5.5.38 && ./configure --enable-maintainer-zts --prefix=/usr/local/php-5.5-zts && \ 65 RUN cd php-5.5.38 && make clean && ./configure --enable-bcmath --prefix=/usr/local/php-5.5 && \ 68 RUN wget http://am1.php.net/get/php-5.6.30.tar.bz2/from/this/mirror [all …]
|
/external/cronet/tot/third_party/protobuf/kokoro/linux/32-bit/ |
D | Dockerfile | 12 # Apt source for php 13 …N echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu trusty main" | tee /etc/apt/sources.list.d/… 43 # -- For PHP -- 59 # PHP dependencies. 60 RUN wget http://am1.php.net/get/php-5.5.38.tar.bz2/from/this/mirror 61 RUN mv mirror php-5.5.38.tar.bz2 62 RUN tar -xvf php-5.5.38.tar.bz2 63 RUN cd php-5.5.38 && ./configure --enable-maintainer-zts --prefix=/usr/local/php-5.5-zts && \ 65 RUN cd php-5.5.38 && make clean && ./configure --enable-bcmath --prefix=/usr/local/php-5.5 && \ 68 RUN wget http://am1.php.net/get/php-5.6.30.tar.bz2/from/this/mirror [all …]
|
/external/cronet/stable/third_party/protobuf/kokoro/linux/32-bit/ |
D | Dockerfile | 12 # Apt source for php 13 …N echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu trusty main" | tee /etc/apt/sources.list.d/… 43 # -- For PHP -- 59 # PHP dependencies. 60 RUN wget http://am1.php.net/get/php-5.5.38.tar.bz2/from/this/mirror 61 RUN mv mirror php-5.5.38.tar.bz2 62 RUN tar -xvf php-5.5.38.tar.bz2 63 RUN cd php-5.5.38 && ./configure --enable-maintainer-zts --prefix=/usr/local/php-5.5-zts && \ 65 RUN cd php-5.5.38 && make clean && ./configure --enable-bcmath --prefix=/usr/local/php-5.5 && \ 68 RUN wget http://am1.php.net/get/php-5.6.30.tar.bz2/from/this/mirror [all …]
|
/external/cronet/stable/third_party/protobuf/kokoro/linux/dockerfile/test/php/ |
D | Dockerfile | 28 # Install php dependencies 52 RUN curl -sS https://getcomposer.org/installer | php 55 # Download php source code 56 RUN git clone https://github.com/php/php-src 58 # php 5.6 59 RUN cd php-src \ 60 && git checkout PHP-5.6.39 \ 62 RUN cd php-src \ 69 --prefix=/usr/local/php-5.6 \ 76 && mv phpunit /usr/local/php-5.6/bin [all …]
|
/external/cronet/tot/third_party/protobuf/kokoro/linux/dockerfile/test/php/ |
D | Dockerfile | 28 # Install php dependencies 52 RUN curl -sS https://getcomposer.org/installer | php 55 # Download php source code 56 RUN git clone https://github.com/php/php-src 58 # php 5.6 59 RUN cd php-src \ 60 && git checkout PHP-5.6.39 \ 62 RUN cd php-src \ 69 --prefix=/usr/local/php-5.6 \ 76 && mv phpunit /usr/local/php-5.6/bin [all …]
|
/external/protobuf/kokoro/linux/dockerfile/test/php/ |
D | Dockerfile | 28 # Install php dependencies 52 RUN curl -sS https://getcomposer.org/installer | php 55 # Download php source code 56 RUN git clone https://github.com/php/php-src 58 # php 5.6 59 RUN cd php-src \ 60 && git checkout PHP-5.6.39 \ 62 RUN cd php-src \ 69 --prefix=/usr/local/php-5.6 \ 76 && mv phpunit /usr/local/php-5.6/bin [all …]
|
/external/cronet/tot/third_party/protobuf/ |
D | Makefile.am | 797 # Note: please keep this in sync with the dist_files rule in php/BUILD.bazel. 799 php/README.md \ 800 php/REFCOUNTING.md \ 801 php/composer.json \ 802 php/composer.json.dist \ 803 php/ext/google/protobuf/arena.c \ 804 php/ext/google/protobuf/arena.h \ 805 php/ext/google/protobuf/array.c \ 806 php/ext/google/protobuf/array.h \ 807 php/ext/google/protobuf/config.m4 \ [all …]
|
/external/protobuf/ |
D | Makefile.am | 797 # Note: please keep this in sync with the dist_files rule in php/BUILD.bazel. 799 php/README.md \ 800 php/REFCOUNTING.md \ 801 php/composer.json \ 802 php/composer.json.dist \ 803 php/ext/google/protobuf/arena.c \ 804 php/ext/google/protobuf/arena.h \ 805 php/ext/google/protobuf/array.c \ 806 php/ext/google/protobuf/array.h \ 807 php/ext/google/protobuf/config.m4 \ [all …]
|
D | .gitignore | 136 conformance/conformance-php 137 conformance/conformance-php-c 140 # php test output 142 php/.phpunit.result.cache 143 php/tests/.phpunit.result.cache 144 php/tests/generated/ 145 php/tests/old_protoc 146 php/tests/phpunit-9.phar 147 php/tests/protobuf/ 148 php/tests/core [all …]
|
/external/cronet/stable/third_party/protobuf/ |
D | Makefile.am | 797 # Note: please keep this in sync with the dist_files rule in php/BUILD.bazel. 799 php/README.md \ 800 php/REFCOUNTING.md \ 801 php/composer.json \ 802 php/composer.json.dist \ 803 php/ext/google/protobuf/arena.c \ 804 php/ext/google/protobuf/arena.h \ 805 php/ext/google/protobuf/array.c \ 806 php/ext/google/protobuf/array.h \ 807 php/ext/google/protobuf/config.m4 \ [all …]
|
/external/flatbuffers/docs-old/source/ |
D | PHPUsage.md | 1 Use in PHP {#flatbuffers_guide_use_php} 6 Before diving into the FlatBuffers usage in PHP, it should be noted that 9 (including PHP). This page is specifically designed to cover the nuances of 10 FlatBuffers usage in PHP. 17 ## FlatBuffers PHP library code location 19 The code for FlatBuffers PHP library can be found at `flatbuffers/php`. You 21 GitHub page](https://github.com/google/flatbuffers/tree/master/php). 25 The code to test the PHP library can be found at `flatbuffers/tests`. 26 The test code itself is located in [phpTest.php](https://github.com/google/ 27 flatbuffers/blob/master/tests/phpTest.php). [all …]
|
/external/flatbuffers/docs/source/languages/ |
D | php.md | 1 Use in PHP {#flatbuffers_guide_use_php} 6 Before diving into the FlatBuffers usage in PHP, it should be noted that 9 (including PHP). This page is specifically designed to cover the nuances of 10 FlatBuffers usage in PHP. 17 ## FlatBuffers PHP library code location 19 The code for FlatBuffers PHP library can be found at `flatbuffers/php`. You 21 GitHub page](https://github.com/google/flatbuffers/tree/master/php). 25 The code to test the PHP library can be found at `flatbuffers/tests`. 26 The test code itself is located in [phpTest.php](https://github.com/google/ 27 flatbuffers/blob/master/tests/phpTest.php). [all …]
|
/external/rust/android-crates-io/crates/spdx/src/text/licenses/ |
D | PHP-3.01 | 1 r#"The PHP License, version 3.01 3 Copyright (c) 1999 - 2012 The PHP Group. All rights reserved. 11 …PHP" must not be used to endorse or promote products derived from this software without prior writ… 13 …PHP", nor may "PHP" appear in their name, without prior written permission from group@php.net. You… 15 …PHP Group may publish revised and/or new versions of the license from time to time. Each version w… 17 …e following acknowledgment: "This product includes PHP software, freely available from <http://www… 19 …PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED… 21 This software consists of voluntary contributions made by many individuals on behalf of the PHP Gro… 23 The PHP Group can be contacted via Email at group@php.net. 25 For more information on the PHP Group and the PHP project, please see <http://www.php.net>. [all …]
|
D | PHP-3.0 | 1 r#"The PHP License, version 3.0 3 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. 11 …PHP" must not be used to endorse or promote products derived from this software without prior writ… 13 …PHP", nor may "PHP" appear in their name, without prior written permission from group@php.net. You… 15 …PHP Group may publish revised and/or new versions of the license from time to time. Each version w… 17 …n the following acknowledgment: "This product includes PHP, freely available from <http://www.php.… 19 …PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED… 22 This software consists of voluntary contributions made by many individuals on behalf of the PHP Gro… 24 The PHP Group can be contacted via Email at group@php.net. 26 For more information on the PHP Group and the PHP project, please see <http://www.php.net>.
|
/external/licenseclassifier/licenses/ |
D | PHP-3.01.txt | 1 The PHP License, version 3.01 3 Copyright (c) 1999 - 2012 The PHP Group. All rights reserved. 12 …PHP" must not be used to endorse or promote products derived from this software without prior writ… 14 …PHP", nor may "PHP" appear in their name, without prior written permission from group@php.net. You… 16 …PHP Group may publish revised and/or new versions of the license from time to time. Each version w… 18 …e following acknowledgment: "This product includes PHP software, freely available from <http://www… 20 THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND 23 DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE 33 behalf of the PHP Group. 35 The PHP Group can be contacted via Email at group@php.net. [all …]
|
D | PHP-3.0.txt | 1 The PHP License, version 3.0 3 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. 12 …PHP" must not be used to endorse or promote products derived from this software without prior writ… 14 …PHP", nor may "PHP" appear in their name, without prior written permission from group@php.net. You… 16 …PHP Group may publish revised and/or new versions of the license from time to time. Each version w… 18 …n the following acknowledgment: "This product includes PHP, freely available from <http://www.php.… 20 THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND 23 DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE 34 behalf of the PHP Group. 36 The PHP Group can be contacted via Email at group@php.net. [all …]
|
/external/licenseclassifier/v2/assets/License/PHP-3.01/ |
D | license.txt | 1 The PHP License, version 3.01 3 Copyright (c) 1999 - 2012 The PHP Group. All rights reserved. 12 …PHP" must not be used to endorse or promote products derived from this software without prior writ… 14 …PHP", nor may "PHP" appear in their name, without prior written permission from group@php.net. You… 16 …PHP Group may publish revised and/or new versions of the license from time to time. Each version w… 18 …e following acknowledgment: "This product includes PHP software, freely available from <http://www… 20 THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND 23 DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE 33 behalf of the PHP Group. 35 The PHP Group can be contacted via Email at group@php.net. [all …]
|
/external/licenseclassifier/v2/assets/License/PHP-3.0/ |
D | license.txt | 1 The PHP License, version 3.0 3 Copyright (c) 1999 - 2006 The PHP Group. All rights reserved. 12 …PHP" must not be used to endorse or promote products derived from this software without prior writ… 14 …PHP", nor may "PHP" appear in their name, without prior written permission from group@php.net. You… 16 …PHP Group may publish revised and/or new versions of the license from time to time. Each version w… 18 …n the following acknowledgment: "This product includes PHP, freely available from <http://www.php.… 20 THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND 23 DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE 34 behalf of the PHP Group. 36 The PHP Group can be contacted via Email at group@php.net. [all …]
|
/external/cronet/stable/third_party/protobuf/php/ |
D | README.md | 2 pure PHP package and a native c extension. The pure PHP package is intended to 3 provide usability to wider range of PHP platforms, while the c extension is 9 Both implementations make use of generated PHP code that defines message and 10 enum types in PHP. We strongly recommend using protoc's PHP generation support 12 extension/package; you need to install protoc as well to have PHP code 17 To use PHP runtime library requires: 19 - C extension: PHP 7.x, 8.0 20 - [PHP package](http://php.net/downloads.php): PHP 5.5, 5.6, 7.x, or 8.0. 39 sudo apt-get install -y php-pear php5-dev autoconf automake libtool make gcc 56 [PECL](https://pecl.php.net/). To use this pre-packaged extension, simply [all …]
|
/external/protobuf/php/ |
D | README.md | 2 pure PHP package and a native c extension. The pure PHP package is intended to 3 provide usability to wider range of PHP platforms, while the c extension is 9 Both implementations make use of generated PHP code that defines message and 10 enum types in PHP. We strongly recommend using protoc's PHP generation support 12 extension/package; you need to install protoc as well to have PHP code 17 To use PHP runtime library requires: 19 - C extension: PHP 7.x, 8.0 20 - [PHP package](http://php.net/downloads.php): PHP 5.5, 5.6, 7.x, or 8.0. 39 sudo apt-get install -y php-pear php5-dev autoconf automake libtool make gcc 56 [PECL](https://pecl.php.net/). To use this pre-packaged extension, simply [all …]
|
/external/cronet/tot/third_party/protobuf/php/ |
D | README.md | 2 pure PHP package and a native c extension. The pure PHP package is intended to 3 provide usability to wider range of PHP platforms, while the c extension is 9 Both implementations make use of generated PHP code that defines message and 10 enum types in PHP. We strongly recommend using protoc's PHP generation support 12 extension/package; you need to install protoc as well to have PHP code 17 To use PHP runtime library requires: 19 - C extension: PHP 7.x, 8.0 20 - [PHP package](http://php.net/downloads.php): PHP 5.5, 5.6, 7.x, or 8.0. 39 sudo apt-get install -y php-pear php5-dev autoconf automake libtool make gcc 56 [PECL](https://pecl.php.net/). To use this pre-packaged extension, simply [all …]
|
12345678910>>...165