index
:
protobuf
master
Protocol Buffers – Google’s data interchange format
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
php
/
ext
Commit message (
Expand
)
Author
Age
*
Update php version number to 3.3.0 (#3001)
Paul Yang
2017-04-24
*
Throw exception when parsing invalid data. (#3000)
Paul Yang
2017-04-21
*
Prepend "PB" to generated classes whose name are reserved words. (#2990)
Paul Yang
2017-04-20
*
Make PHP c extension work with PHP7 (#2951)
Paul Yang
2017-04-19
*
Update commit number in Docker to update composer dependency (#2869)
Paul Yang
2017-03-21
*
Add file option php_class_prefix (#2849)
Paul Yang
2017-03-17
*
Bug fix: When encoding, negative int32 values should be padded to int64 (#2660)
Paul Yang
2017-03-15
*
Repeated/Map field setter should accept a regular PHP array (#2817)
Paul Yang
2017-03-10
*
Rename encode/decode to serializeToString/mergeFromString (#2795)
Paul Yang
2017-03-08
*
Add mergeFrom method on Message (#2766)
Paul Yang
2017-03-01
*
Prefer the term "3-Clause BSD License" over "New BSD License"
Sebastian Schuberth
2017-02-28
*
Fix links to the New BSD License in meta-data
Sebastian Schuberth
2017-02-28
*
Add clear method to PHP message (#2700)
Paul Yang
2017-02-11
*
Implement json encoding decoding for php. (#2682)
Paul Yang
2017-02-08
*
Update upb for php. (#2662)
Paul Yang
2017-02-06
*
Merge 3.2.x branch into master (#2648)
Paul Yang
2017-01-31
*
Oneof accessor should return the field name that is actually set. (#2631)
Paul Yang
2017-01-27
*
Make php generated code conform to PSR-4. (#2435)
Paul Yang
2016-12-08
*
Rename Empty to GPBEmpty in php generated file.
Paul Yang
2016-11-16
*
Fix php c extension on 32-bit machines. (#2348)
Paul Yang
2016-11-10
*
Implement RepeatedFieldIter for c extension. (#2333)
Paul Yang
2016-11-08
*
Fix the bug that message without namespace is not found in the descriptor poo...
Paul Yang
2016-10-11
*
Fix compile error for php on Mac.
Bo Yang
2016-10-05
*
Fix segmentation fault when ZTS is defined.
Bo Yang
2016-10-05
*
PHP: fix ZTS tsrm_ls errors (#2189)
Stanley Cheung
2016-10-04
*
Fixing inconsistent php version number.
Bo Yang
2016-09-26
*
php: support 5.5.9 for pecl extension (#2174)
Stanley Cheung
2016-09-23
*
Modify php api version and minimum supported php version.
Bo Yang
2016-09-22
*
Bump version number to 3.1.0-alpha-1.
Bo Yang
2016-09-20
*
Some php engine implementation doesn't have return_value_ptr properly set. Ex...
Bo Yang
2016-09-15
*
Check in php implementation. (#2052)
Paul Yang
2016-09-15
*
Fix spelling in strings and comments
Otto Kekäläinen
2016-07-03
*
Integrate google internal changes.
Jisi Liu
2016-03-30