aboutsummaryrefslogtreecommitdiffhomepage
path: root/php
Commit message (Collapse)AuthorAge
* PHP fix int64 decoding (#2516)Gravatar Sufir2017-01-08
| | | | | | * fix int64 decoding * fix int64 decoding + tests
* Make php generated code conform to PSR-4. (#2435)Gravatar Paul Yang2016-12-08
| | | | 1. Generate single file for each message. 2. Lazily initiate metadata.
* Generate phpdoc in php generated files. (#2406)Gravatar Paul Yang2016-12-01
|
* Rename Empty to GPBEmpty in php generated file.Gravatar Paul Yang2016-11-16
| | | | In php, class name cannot be "Empty". Modified code generator to (#2375) generate GPBEmpty instead (for google.protobuf.Empty only). Also change runtime code to work with the new generated code accordingly.
* Fix php c extension on 32-bit machines. (#2348)Gravatar Paul Yang2016-11-10
|
* Implement RepeatedFieldIter for c extension. (#2333)Gravatar Paul Yang2016-11-08
|
* Fix pure php implementation for 32-bit machine. (#2282)Gravatar Paul Yang2016-10-25
|
* Fix the bug that message without namespace is not found in the descriptor ↵Gravatar Paul Yang2016-10-11
| | | | pool. (#2240)
* Fix compile error for php on Mac.Gravatar Bo Yang2016-10-05
|
* Fix segmentation fault when ZTS is defined.Gravatar Bo Yang2016-10-05
|
* PHP: fix ZTS tsrm_ls errors (#2189)Gravatar Stanley Cheung2016-10-04
| | | | | | * PHP: fix ZTS tsrm_ls errors * Fix a few more macros
* Test php5.5_c test on jenkinsGravatar Bo Yang2016-10-03
|
* Fixing inconsistent php version number.Gravatar Bo Yang2016-09-26
|
* php: support 5.5.9 for pecl extension (#2174)Gravatar Stanley Cheung2016-09-23
|
* Update php supported version.Gravatar Bo Yang2016-09-23
|
* Modify php api version and minimum supported php version.Gravatar Bo Yang2016-09-22
|
* PHP: support 7.0 on PHP implementation (#2162)Gravatar Stanley Cheung2016-09-22
| | | | | | * PHP: support 7.0 * Also fix in test_util.php
* Bump version number to 3.1.0-alpha-1.Gravatar Bo Yang2016-09-20
|
* Integrate internal changesGravatar Bo Yang2016-09-19
|
* Some php engine implementation doesn't have return_value_ptr properly set. ↵Gravatar Bo Yang2016-09-15
| | | | Explicitly use &return_value.
* Auto-generate proto files for tests.Gravatar Bo Yang2016-09-15
|
* Add back missing test proto files.Gravatar Bo Yang2016-09-15
|
* Check in php implementation. (#2052)Gravatar Paul Yang2016-09-15
| | | | | This pull request includes two implementation: C extension and PHP package. Both implementations support encode/decode of singular, repeated and map fields.
* Fix spelling in strings and commentsGravatar Otto Kekäläinen2016-07-03
|
* Down integrate from Google internal.Gravatar Jisi Liu2016-04-28
|
* Integrate google internal changes.Gravatar Jisi Liu2016-03-30