Lines Matching +full:native +full:- +full:test
2 pure PHP package and a native c extension. The pure PHP package is intended to
5 runtime APIs and share the same generated code. Users don’t need to re-generate
19 - C extension: PHP 5.5, 5.6, or 7.
20 - [PHP package](http://php.net/downloads.php): PHP 5.5, 5.6 or 7.
39 sudo apt-get install -y php-pear php5-dev autoconf automake libtool make gcc
50 sudo pecl install protobuf-{VERSION}.tgz
56 [PECL](https://pecl.php.net/). To use this pre-packaged extension, simply
60 sudo pecl install protobuf-{VERSION}
75 version of `protoc` included in the latest release supports the `--php_out`
78 protoc --php_out=out_dir test.proto
84 https://developers.google.com/protocol-buffers/docs/reference/php-generated
87 ------------
89 * Missing native support for well known types.
93 * Map fields may not be garbage-collected if there is cycle reference.
105 docker run --security-opt seccomp=unconfined -it protobuftesting/php_8dbe419c6df1a8b3af0ae3a267c112…
108 ### Test Native PHP
118 make -j4
120 # Test native php
123 composer test
126 ### Test C Extension
128 After you have finished testing the native php, you can test the c extension:
131 ./test.sh 5.6 # The php runtime version.
132 … # We provide 5.5, 5.5-zts, 5.6, 5.6-zts, 7.0, 7.0-zts, 7.1, 7.1-zts, 7.2, 7.2-zts, 7.3 and 7.3-zts