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
Commit message (
Expand
)
Author
Age
*
remove pass by reference for php setters (#3344)
Brent Shaffer
2017-07-17
*
Fix Implicit Return Types (#3363)
Richard Fussenegger
2017-07-17
*
Initial value in generated code cannot be used by c extension. (#3367)
Paul Yang
2017-07-14
*
Add map iterator for c extension (#3350)
Paul Yang
2017-07-13
*
Uncomment php tests (#3301)
Paul Yang
2017-07-09
*
Add json encode/decode for php. (#3226)
Paul Yang
2017-06-30
*
adds PHPDoc @return and @param for getters and setters respectively (#3131)
Brent Shaffer
2017-06-27
*
Switch to addEnumType to fix fatal error (#3225)
Ryan Gordon
2017-06-19
*
Remove inclusion of ext/json/php_json.h. (#3241)
Jeff Ching
2017-06-17
*
Fix php jenkins test (#3233)
Paul Yang
2017-06-15
*
Fix incorrect function call (#3232)
michaelbausor
2017-06-15
*
Follows proper autoloading standards (#3123)
Brent Shaffer
2017-06-14
*
Add new file option php_namespace. (#3162)
Paul Yang
2017-06-05
*
Oneof field should be serialized even it's equal to default. (#3153)
Paul Yang
2017-05-29
*
Add ARRAY for reserved name (#3150)
Paul Yang
2017-05-29
*
Adds fluent setters for PHP (#3130)
Brent Shaffer
2017-05-29
*
Add compatibility test for php. (#3041)
Paul Yang
2017-05-05
*
Add prefix to enum value with reserved name. (#3020)
Paul Yang
2017-04-26
*
Add a test case for nested enum, which was missed previously. (#3010)
Paul Yang
2017-04-25
*
Add nested enum descriptor in php rumtime. (#3009)
Paul Yang
2017-04-24
*
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
*
Allow proto files to import descriptor.proto (#2995)
Paul Yang
2017-04-20
*
Prepend "PB" to generated classes whose name are reserved words. (#2990)
Paul Yang
2017-04-20
*
Add test for nested enum for php (#2989)
Paul Yang
2017-04-19
*
Enum defined without package have incorrect class name. (#2988)
Paul Yang
2017-04-19
*
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
*
PHP fix int64 decoding (#2516)
Sufir
2017-01-08
*
Make php generated code conform to PSR-4. (#2435)
Paul Yang
2016-12-08
*
Generate phpdoc in php generated files. (#2406)
Paul Yang
2016-12-01
*
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 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
*
Fix compile error for php on Mac.
Bo Yang
2016-10-05
*
Fix segmentation fault when ZTS is defined.
Bo Yang
2016-10-05
[next]