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
/
Internal
/
Message.php
Commit message (
Expand
)
Author
Age
*
add JSON_UNESCAPED_UNICODE option (#4191)
吕海涛
2018-07-09
*
PHP array constructors for protobuf messages (#4530)
Brent Shaffer
2018-05-24
*
Add space between class name and concat message (#4577)
Petar Dambovaliev
2018-04-30
*
fix json_decode call parameters (#4381)
urfinjuezz
2018-04-09
*
Add backslach to make class explict in global namespace
Bo Yang
2017-12-11
*
Recursively clear unknown fields in submessages. (#3982)
Paul Yang
2017-12-07
*
Provide discardUnknonwnFields API in php (#3976)
Paul Yang
2017-11-30
*
All integer types should accept null in json. (#3869)
Paul Yang
2017-11-13
*
Fix php well known type conformance tests (#3828) (#3840)
Paul Yang
2017-11-04
*
Reserve unknown fields in php (#3659)
Paul Yang
2017-10-09
*
Add well-known timestamps to JSON for PHP (#3564)
Jack Wakefield
2017-09-10
*
Use message name as defined in php runtime.
Bo Yang
2017-08-21
*
Fixing HHVM Compatibility (#3437)
Ryan Gordon
2017-08-02
*
Add json encode/decode for php. (#3226)
Paul Yang
2017-06-30
*
Switch to addEnumType to fix fatal error (#3225)
Ryan Gordon
2017-06-19
*
Oneof field should be serialized even it's equal to default. (#3153)
Paul Yang
2017-05-29
*
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
*
Bug fix: When encoding, negative int32 values should be padded to int64 (#2660)
Paul Yang
2017-03-15
*
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
*
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
*
PHP: support 7.0 on PHP implementation (#2162)
Stanley Cheung
2016-10-10
*
Check in php implementation. (#2052)
Paul Yang
2016-09-15