Searched refs:php (Results 1 – 25 of 595) sorted by relevance
12345678910>>...24
12 # Apt source for php13 …N echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu trusty main" | tee /etc/apt/sources.list.d/…60 RUN wget http://am1.php.net/get/php-5.5.38.tar.bz2/from/this/mirror61 RUN mv mirror php-5.5.38.tar.bz262 RUN tar -xvf php-5.5.38.tar.bz263 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/mirror69 RUN mv mirror php-5.6.30.tar.bz270 RUN tar -xvf php-5.6.30.tar.bz2[all …]
25 # Install php dependencies47 RUN curl -sS https://getcomposer.org/installer | php50 # Download php source code51 RUN git clone https://github.com/php/php-src53 # php 5.554 RUN cd php-src \57 RUN cd php-src \62 --prefix=/usr/local/php-5.5 \66 RUN cd php-src \71 --prefix=/usr/local/php-5.5-zts \[all …]
5 export PATH=/usr/local/php-$VERSION/bin:$PATH6 export C_INCLUDE_PATH=/usr/local/php-$VERSION/include/php/main:/usr/local/php-$VERSION/include/php:…7 export CPLUS_INCLUDE_PATH=/usr/local/php-$VERSION/include/php/main:/usr/local/php-$VERSION/include/…12 …_test.php encode_decode_test.php generated_class_test.php map_field_test.php well_known_test.php d…19 …php -dextension=../ext/google/protobuf/modules/protobuf.so `which phpunit` --bootstrap autoload.ph…28 valgrind --leak-check=yes php -dextension=../ext/google/protobuf/modules/protobuf.so memory_leak_te…
10 export PATH=/usr/local/php-${VERSION}/bin:$OLD_PATH11 …export CPLUS_INCLUDE_PATH=/usr/local/php-${VERSION}/include/php/main:/usr/local/php-${VERSION}/inc…12 …export C_INCLUDE_PATH=/usr/local/php-${VERSION}/include/php/main:/usr/local/php-${VERSION}/include…40 …$PROTOC2 --php_out=../php/tests/generated -I../php/tests -I. ../php/tests/proto/test_import_descri…107 rm -rf protobuf/php/ext108 rm -rf protobuf/php/src109 cp -r ../ext protobuf/php/ext/110 cp -r ../src protobuf/php/src/118 cd protobuf/php122 tests=( array_test.php encode_decode_test.php generated_class_test.php map_field_test.php well_know…[all …]
5 export PATH=/usr/local/php-$VERSION/bin:$PATH6 export C_INCLUDE_PATH=/usr/local/php-$VERSION/include/php/main:/usr/local/php-$VERSION/include/php:…7 export CPLUS_INCLUDE_PATH=/usr/local/php-$VERSION/include/php/main:/usr/local/php-$VERSION/include/…9 php -i | grep "Configuration"15 gdb --args php -dextension=../ext/google/protobuf/modules/protobuf.so `which phpunit` --bootstrap a…
25 # Install php dependencies49 RUN curl -sS https://getcomposer.org/installer | php52 # Download php source code53 RUN git clone https://github.com/php/php-src55 # php 5.556 RUN cd php-src \59 RUN cd php-src \65 --prefix=/usr/local/php-5.5 \69 RUN cd php-src \75 --prefix=/usr/local/php-5.5-zts \[all …]
26 # Apt source for php27 …N echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu trusty main" | tee /etc/apt/sources.list.d/…143 RUN wget http://am1.php.net/get/php-5.5.38.tar.bz2/from/this/mirror144 RUN mv mirror php-5.5.38.tar.bz2145 RUN tar -xvf php-5.5.38.tar.bz2146 RUN cd php-5.5.38 && ./configure --enable-maintainer-zts --prefix=/usr/local/php-5.5-zts && \148 RUN cd php-5.5.38 && make clean && ./configure --enable-bcmath --prefix=/usr/local/php-5.5 && \151 RUN wget http://am1.php.net/get/php-5.6.30.tar.bz2/from/this/mirror152 RUN mv mirror php-5.6.30.tar.bz2153 RUN tar -xvf php-5.6.30.tar.bz2[all …]
402 pushd php/tests426 ./protoc --php_out=../php/tests/generated -I../php/tests -I. \427 ../php/tests/proto/test_import_descriptor_proto.proto434 export PATH=/usr/local/php-${VERSION}/bin:$PATH435 …export CPLUS_INCLUDE_PATH=/usr/local/php-${VERSION}/include/php/main:/usr/local/php-${VERSION}/inc…436 …export C_INCLUDE_PATH=/usr/local/php-${VERSION}/include/php/main:/usr/local/php-${VERSION}/include…442 export PATH=/usr/local/php-${VERSION}-zts/bin:$PATH443 …export CPLUS_INCLUDE_PATH=/usr/local/php-${VERSION}-zts/include/php/main:/usr/local/php-${VERSION}…444 …export C_INCLUDE_PATH=/usr/local/php-${VERSION}-zts/include/php/main:/usr/local/php-${VERSION}-zts…450 export PATH=/usr/local/php-${VERSION}-bc/bin:$PATH[all …]
704 php/README.md \705 php/composer.json \706 php/ext/google/protobuf/array.c \707 php/ext/google/protobuf/builtin_descriptors.inc \708 php/ext/google/protobuf/config.m4 \709 php/ext/google/protobuf/def.c \710 php/ext/google/protobuf/encode_decode.c \711 php/ext/google/protobuf/map.c \712 php/ext/google/protobuf/message.c \713 php/ext/google/protobuf/package.xml \[all …]
132 conformance/conformance-php133 conformance/conformance-php-c136 # php test output138 php/tests/generated/139 php/tests/old_protoc140 php/tests/protobuf/141 php/ext/google/protobuf/.libs/142 php/ext/google/protobuf/Makefile.fragments143 php/ext/google/protobuf/Makefile.global144 php/ext/google/protobuf/Makefile.objects[all …]
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 \117 GPBMetadata/Google/Protobuf/TestMessagesProto3.php \[all …]
3 …ter 1 by reference, but the call was not annotated with '&'. in /code/php/FlatbufferBuilder.php:9715 # #0 /code/tests/phpTest.php(277): Google\FlatBuffers\FlatbufferBuilder->sizedByteArray()6 # #1 /code/tests/phpTest.php(79): fuzzTest1()7 # #2 /code/tests/phpTest.php(86): main()9 # thrown in in /code/php/FlatbufferBuilder.php:97116 RUN hhvm phpTest.php17 RUN ../flatc --php -o php union_vector/union_vector.fbs18 RUN hhvm phpUnionVectorTest.php
6 tutorials can be seen at [grpc.io](https://grpc.io/docs/quickstart/php.html).8 [cloud.google.com](https://cloud.google.com/php/grpc).14 * `php` 5.5 or above, 7.0 or above24 $ sudo apt-get install php5 php5-dev php-pear phpunit30 $ sudo apt-get install php7.0 php7.0-dev php-pear phpunit34 $ sudo apt-get install php php-dev php-pear phpunit41 $ sudo yum install php56w php56w-devel php-pear phpunit gcc zlib-devel46 $ brew install homebrew/php/php56-grpc47 $ curl -O http://pear.php.net/go-pear.phar48 $ sudo php -d detect_unicode=0 go-pear.phar[all …]
19 The code for FlatBuffers PHP library can be found at `flatbuffers/php`. You21 GitHub page](https://github.com/google/flatbuffers/tree/master/php).26 The test code itself is located in [phpTest.php](https://github.com/google/27 flatbuffers/blob/master/tests/phpTest.php).29 You can run the test with `php phpTest.php` from the command line.32 [PHP](http://php.net/manual/en/install.php) to be installed.*42 with the `--php` option to `flatc`. Then you can include both FlatBuffers and50 ~~~{.php}58 // Contains the `*.php` files for the FlatBuffers library and the `flatc` generated files.59 $paths = array(join(DIRECTORY_SEPARATOR, array($root_dir, "php")),[all …]
17 command -v php-cs-fixer > /dev/null || {22 php-cs-fixer fix lib/Grpc || true23 php-cs-fixer fix tests/generated_code || true24 php-cs-fixer fix tests/interop || true25 php-cs-fixer fix tests/unit_tests || true
20 php $extension_dir -d max_execution_time=300 $(which phpunit) -v --debug \21 ../tests/generated_code/GeneratedCodeTest.php22 php $extension_dir -d max_execution_time=300 $(which phpunit) -v --debug \23 ../tests/generated_code/GeneratedCodeWithCallbackTest.php
47 sapi/cli/php sapi/fuzzer/generate_all.php50 cp sapi/fuzzer/dict/unserialize $OUT/php-fuzz-unserialize.dict51 cp sapi/fuzzer/dict/parser $OUT/php-fuzz-parser.dict52 cp sapi/fuzzer/json.dict $OUT/php-fuzz-json.dict66 zip -j $OUT/php-fuzz-${fuzzerName}_seed_corpus.zip sapi/fuzzer/corpus/${fuzzerName}/*
10 curl -sS https://getcomposer.org/installer | php12 git clone https://github.com/php/php-src13 cd php-src && git checkout PHP-7.2.13 && ./buildconf --force18 --prefix=/usr/local/php-7.2 && \22 sudo cp phpunit /usr/local/php-7.2/bin
13 git clone https://github.com/protocolbuffers/protobuf-php.git17 pushd protobuf-php22 pushd protobuf/php27 pushd protobuf-php28 mv ../protobuf/php/src src
5 ../flatc --php -o php union_vector/union_vector.fbs6 php phpUnionVectorTest.php
509 …/../src/protoc$(EXEEXT) -I$(srcdir) -I$(top_srcdir) --php_out=$$oldpwd/tmp/php $(benchmarks_protoc…512 php-benchmark: proto3_middleman_php generate_proto3_data513 …mkdir -p "tmp/php/Google/Protobuf/Benchmark" && cp php/PhpBenchmark.php "tmp/php/Google/Protobuf/B…514 cp php/autoload.php "tmp/php"516 @echo '#! /bin/bash' > php-benchmark517 @echo 'export PROTOBUF_PHP_SRCDIR="$$(cd $(top_srcdir) && pwd)/php/src"' >> php-benchmark518 @echo 'cd tmp/php' >> php-benchmark519 @echo 'export CURRENT_DIR=$$(pwd)' >> php-benchmark520 …oad.php" -d include_path="$$(pwd)" Google/Protobuf/Benchmark/PhpBenchmark.php $$@' >> php-benchmark521 @echo 'cd ../..' >> php-benchmark[all …]
7 This requires `php` >=5.5, `phpize`, `pecl`, `phpunit`26 $ cd examples/php27 $ curl -sS https://getcomposer.org/installer | php28 $ php composer.phar install47 $ cd examples/php64 [gRPC Basics: PHP]:https://grpc.io/docs/tutorials/basic/php.html
1 FROM php:7.3-cli-stretch as base6 RUN php --version7 RUN php phpTest.php
19 …It is distributed under a derived Apache 2.0 [license](https://imagemagick.org/script/license.php).33 …s://imagemagick.org/script/convert.php): convert an image from one [format](https://imagemagick.or…40 * [Image gradients](https://imagemagick.org/script/gradient.php): create a gradual blend of one col…41 * [Image identification](https://imagemagick.org/script/identify.php): describe the format and attr…42 * [Composite](https://imagemagick.org/script/composite.php): overlap one image over another.43 * [Montage](https://imagemagick.org/script/montage.php): juxtapose image thumbnails on an image can…47 * [Motion picture support](https://imagemagick.org/script/motion-picture.php): read and write the c…48 * [Image calculator](https://imagemagick.org/script/fx.php): apply a mathematical expression to an …49 * [Connected component labeling](https://imagemagick.org/script/connected-components.php): uniquely…53 * [Color management](https://imagemagick.org/script/color-management.php): accurate color managemen…[all …]
34 (cd src/php/ext/grpc && phpize && ./configure && make)38 (cd src/php && php -d extension=ext/grpc/modules/grpc.so /usr/local/bin/composer install)40 (cd src/php && ./bin/generate_proto_php.sh)