Lines Matching full:php
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
63 ### PHP Package
72 Once the extension or package is installed, if you wish to generate PHP code
76 option to generate PHP code:
84 https://developers.google.com/protocol-buffers/docs/reference/php-generated
96 * C extension not tested on windows, mac, php 7.0.
103 We provide a docker image for php development, which is also used in our automatic tests:
108 ### Test Native PHP
120 # Test native php
121 cd php
128 After you have finished testing the native php, you can test the c extension:
131 ./test.sh 5.6 # The php runtime version.