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
/
tests
Commit message (
Expand
)
Author
Age
*
Fix more memory leak for php c extension (#4211)
Paul Yang
2018-01-25
*
Call php method via function name instead of calling directly.
Bo Yang
2017-12-12
*
Replace private timelib_update_ts with public date_timestamp_get
Bo Yang
2017-12-12
*
Add PROTOBUF_ENABLE_TIMESTAMP to let user decide whether timestamp util
Bo Yang
2017-12-12
*
Merge branch '3.5.0.1' into 3.5.x
Bo Yang
2017-12-11
|
\
*
|
Recursively clear unknown fields in submessages. (#3982)
Paul Yang
2017-12-07
|
*
Fix memory leak in php7
Bo Yang
2017-12-06
|
*
Fix several more memory leak
Bo Yang
2017-12-06
|
*
Fix memory leak when creating map field via array.
Bo Yang
2017-12-06
|
*
Fix memory leak when creating repeated field via array.
Bo Yang
2017-12-06
*
|
Fix memory leak when creating map field via array.
Bo Yang
2017-12-04
*
|
Fix memory leak when creating repeated field via array.
Bo Yang
2017-12-01
*
|
Provide discardUnknonwnFields API in php (#3976)
Paul Yang
2017-11-30
|
/
*
Merge remote-tracking branch 'origin/3.4.x' into master
Jisi Liu
2017-10-11
|
\
*
|
Reserve unknown fields in php (#3659)
Paul Yang
2017-10-09
*
|
Add well known types to php runtime. (#3697)
Paul Yang
2017-10-05
*
|
Enforce all error report for php tests. (#3670)
Paul Yang
2017-09-22
|
*
Exclude valid constant name from reserved name.
Bo Yang
2017-09-12
|
*
Add prefix to php reserved keywords.
Bo Yang
2017-09-08
*
|
Add native php support for Duration. (#3583)
Paul Yang
2017-09-05
*
|
Add php support for Timestamp. (#3575)
Paul Yang
2017-08-31
*
|
Add any support in php runtime. (#3486)
Paul Yang
2017-08-25
|
/
*
Use message name as defined in php runtime.
Bo Yang
2017-08-21
*
Fix the bug in php c extension that setting one field can change another fie...
Paul Yang
2017-08-04
*
Add getClass for php Descriptor in c extension (#3443)
Paul Yang
2017-08-02
*
Expose descriptor API in php c extension (#3422)
Paul Yang
2017-08-02
*
Fix cycle dependency for repeated field not collected by gc (#3399)
Paul Yang
2017-07-25
*
Support PHP generic services (#3269)
Matt A
2017-07-18
*
remove pass by reference for php setters (#3344)
Brent Shaffer
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
*
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
*
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
*
Add file option php_class_prefix (#2849)
Paul Yang
2017-03-17
[next]