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
/
src
/
Google
/
Protobuf
Commit message (
Expand
)
Author
Age
*
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
*
Add clear method to PHP message (#2700)
Paul Yang
2017-02-11
*
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
*
PHP fix int64 decoding (#2516)
Sufir
2017-01-08
*
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
*
Fix pure php implementation for 32-bit machine. (#2282)
Paul Yang
2016-10-25
*
Fix the bug that message without namespace is not found in the descriptor poo...
Paul Yang
2016-10-11
*
PHP: support 7.0 on PHP implementation (#2162)
Stanley Cheung
2016-09-22
*
Check in php implementation. (#2052)
Paul Yang
2016-09-15