Searched full:php (Results  1 – 25 of 3213) sorted by relevance
12345678910>>...129
| /external/protobuf/kokoro/linux/dockerfile/test/php_32bit/ | 
| D | Dockerfile | 28 # Install php dependencies50 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/third_party/protobuf/kokoro/linux/dockerfile/test/php_32bit/ | 
| D | Dockerfile | 28 # Install php dependencies50 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/third_party/protobuf/kokoro/linux/32-bit/ | 
| D | Dockerfile | 12 # Apt source for php13 …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/protobuf/kokoro/linux/32-bit/ | 
| D | Dockerfile | 12 # Apt source for php13 …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/third_party/protobuf/kokoro/linux/dockerfile/test/php/ | 
| D | Dockerfile | 28 # Install php dependencies52 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 dependencies52 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/grpc-grpc/src/php/ | 
| D | README.md | 4 This directory contains source code for PHP implementation of gRPC layered on6 tutorials can be seen at [grpc.io](https://grpc.io/docs/quickstart/php.html).
 7 gRPC PHP installation instructions for Google Cloud Platform is in
 8 [cloud.google.com](https://cloud.google.com/php/grpc).
 14 * `php` 5.5 or above, 7.0 or above
 19 **Install PHP and PECL on Ubuntu/Debian:**
 24 $ sudo apt-get install php5 php5-dev php-pear phpunit
 30 $ sudo apt-get install php7.0 php7.0-dev php-pear phpunit
 34 $ sudo apt-get install php php-dev php-pear phpunit
 37 **Install PHP and PECL on CentOS/RHEL 7:**
 [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-php137 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/third_party/protobuf/kokoro/linux/64-bit/ | 
| D | Dockerfile | 26 # Apt source for php27 …N echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu trusty main" | tee /etc/apt/sources.list.d/…
 78   # -- For PHP --
 140 # PHP dependencies.
 141 RUN wget http://am1.php.net/get/php-5.5.38.tar.bz2/from/this/mirror
 142 RUN mv mirror php-5.5.38.tar.bz2
 143 RUN tar -xvf php-5.5.38.tar.bz2
 144 RUN cd php-5.5.38 && ./configure --enable-maintainer-zts --prefix=/usr/local/php-5.5-zts && \
 146 RUN cd php-5.5.38 && make clean && ./configure --enable-bcmath --prefix=/usr/local/php-5.5 && \
 149 RUN wget http://am1.php.net/get/php-5.6.30.tar.bz2/from/this/mirror
 [all …]
 
 | 
| /external/cronet/third_party/protobuf/ | 
| D | Makefile.am | 818   php/README.md                                                       \819   php/REFCOUNTING.md                                                  \
 820   php/composer.json                                                   \
 821   php/composer.json.dist                                              \
 822   php/ext/google/protobuf/arena.c                                     \
 823   php/ext/google/protobuf/arena.h                                     \
 824   php/ext/google/protobuf/array.c                                     \
 825   php/ext/google/protobuf/array.h                                     \
 826   php/ext/google/protobuf/config.m4                                   \
 827   php/ext/google/protobuf/convert.c                                   \
 [all …]
 
 | 
| /external/flatbuffers/docs/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/licenseclassifier/licenses/ | 
| D | PHP-3.01.txt | 1 The PHP License, version 3.013 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.03 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.013 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.03 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/third_party/protobuf/php/ | 
| D | README.md | 2 pure PHP package and a native c extension. The pure PHP package is intended to3 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 to3 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/third_party/protobuf/kokoro/linux/dockerfile/test/php80/ | 
| D | Dockerfile | 30 # Install php dependencies32   php \
 54 RUN curl -sS https://getcomposer.org/installer | php
 57 # Download php source code
 58 RUN git clone https://github.com/php/php-src
 60 # php 8.0
 61 RUN cd php-src \
 62   && git checkout php-8.0.0 \
 64 RUN cd php-src \
 71   --prefix=/usr/local/php-8.0 \
 [all …]
 
 | 
| /external/protobuf/kokoro/linux/dockerfile/test/php80/ | 
| D | Dockerfile | 30 # Install php dependencies32   php \
 54 RUN curl -sS https://getcomposer.org/installer | php
 57 # Download php source code
 58 RUN git clone https://github.com/php/php-src
 60 # php 8.0
 61 RUN cd php-src \
 62   && git checkout php-8.0.0 \
 64 RUN cd php-src \
 71   --prefix=/usr/local/php-8.0 \
 [all …]
 
 | 
| /external/protobuf/conformance/ | 
| D | Makefile.am | 8 # can't generate proto2 files for php.108   Conformance/ConformanceRequest.php                           \
 109   Conformance/ConformanceResponse.php                          \
 110   Conformance/FailureSet.php                                   \
 111   Conformance/WireFormat.php                                   \
 112   GPBMetadata/Conformance.php                                  \
 113   GPBMetadata/Google/Protobuf/Any.php                          \
 114   GPBMetadata/Google/Protobuf/Duration.php                     \
 115   GPBMetadata/Google/Protobuf/FieldMask.php                    \
 116   GPBMetadata/Google/Protobuf/Struct.php                       \
 [all …]
 
 | 
| /external/cronet/third_party/protobuf/conformance/ | 
| D | Makefile.am | 8 # can't generate proto2 files for php.108   Conformance/ConformanceRequest.php                           \
 109   Conformance/ConformanceResponse.php                          \
 110   Conformance/FailureSet.php                                   \
 111   Conformance/WireFormat.php                                   \
 112   GPBMetadata/Conformance.php                                  \
 113   GPBMetadata/Google/Protobuf/Any.php                          \
 114   GPBMetadata/Google/Protobuf/Duration.php                     \
 115   GPBMetadata/Google/Protobuf/FieldMask.php                    \
 116   GPBMetadata/Google/Protobuf/Struct.php                       \
 [all …]
 
 | 
| /external/protobuf/php/tests/ | 
| D | compatibility_test.sh | 31 …$PROTOC2 --php_out=../php/tests/generated -I../php/tests -I. ../php/tests/proto/test_import_descri…88 rm -rf protobuf/php/ext
 89 rm -rf protobuf/php/src
 90 cp -r ../ext protobuf/php/ext/
 91 cp -r ../src protobuf/php/src/
 99 cd protobuf/php
 103 # TODO(teboring): Temporarily disable encode_decode_test.php. In 3.13.0-rc1,
 108 tests=( array_test.php generated_class_test.php map_field_test.php well_known_test.php )
 109 sed -i.bak '/php_implementation_test.php/d' phpunit.xml
 110 sed -i.bak '/generated_phpdoc_test.php/d' phpunit.xml
 [all …]
 
 | 
| /external/cronet/third_party/protobuf/php/tests/ | 
| D | compatibility_test.sh | 31 …$PROTOC2 --php_out=../php/tests/generated -I../php/tests -I. ../php/tests/proto/test_import_descri…88 rm -rf protobuf/php/ext
 89 rm -rf protobuf/php/src
 90 cp -r ../ext protobuf/php/ext/
 91 cp -r ../src protobuf/php/src/
 99 cd protobuf/php
 103 # TODO(teboring): Temporarily disable encode_decode_test.php. In 3.13.0-rc1,
 108 tests=( array_test.php generated_class_test.php map_field_test.php well_known_test.php )
 109 sed -i.bak '/php_implementation_test.php/d' phpunit.xml
 110 sed -i.bak '/generated_phpdoc_test.php/d' phpunit.xml
 [all …]
 
 | 
| D | gdb_test.sh | 3 php -i | grep "Configuration"5 # gdb --args php -dextension=../ext/google/protobuf/modules/protobuf.so `which
 6 # phpunit` --bootstrap autoload.php tmp_test.php
 8 # gdb --args php -dextension=../ext/google/protobuf/modules/protobuf.so `which phpunit` --bootstrap…
 9 gdb --args php -dextension=../ext/google/protobuf/modules/protobuf.so `which phpunit` --bootstrap a…
 11 # gdb --args php -dextension=../ext/google/protobuf/modules/protobuf.so memory_leak_test.php
 13 …ND_ALLOC=0 valgrind --leak-check=yes php -dextension=../ext/google/protobuf/modules/protobuf.so me…
 
 | 
        12345678910>>...129