25 Commits (c0871aa49c685e3aca19244c67d54ff321a62865)

Author SHA1 Message Date
Paul Yang f23869c615 Bug fix: When encoding, negative int32 values should be padded to int64 (#2660) 8 years ago
Paul Yang 616e68ecc1 Repeated/Map field setter should accept a regular PHP array (#2817) 8 years ago
Paul Yang dd8d5f57d7 Rename encode/decode to serializeToString/mergeFromString (#2795) 8 years ago
Paul Yang bcbaabe53a Add mergeFrom method on Message (#2766) 8 years ago
Paul Yang 74eb9a0a30 Add clear method to PHP message (#2700) 8 years ago
Paul Yang cba04b19e8 Implement json encoding decoding for php. (#2682) 8 years ago
Paul Yang 7f3e237071 Merge 3.2.x branch into master (#2648) 8 years ago
Paul Yang a323f1e65d Oneof accessor should return the field name that is actually set. (#2631) 8 years ago
Sufir 2bddffc993 PHP fix int64 decoding (#2516) 8 years ago
Paul Yang 46ae90dc5e Make php generated code conform to PSR-4. (#2435) 8 years ago
Paul Yang f8ca3acd29 Generate phpdoc in php generated files. (#2406) 8 years ago
Paul Yang 99564c3347 Rename Empty to GPBEmpty in php generated file. 8 years ago
Paul Yang df8390790a Fix php c extension on 32-bit machines. (#2348) 8 years ago
Paul Yang 1f2dbc899b Implement RepeatedFieldIter for c extension. (#2333) 8 years ago
Paul Yang 51c5ff889c Fix pure php implementation for 32-bit machine. (#2282) 8 years ago
Paul Yang 60d95f36c0 Fix the bug that message without namespace is not found in the descriptor pool. (#2240) 8 years ago
Bo Yang 63448e6059 Fix compile error for php on Mac. 8 years ago
Bo Yang 4f3d20a500 Fix segmentation fault when ZTS is defined. 8 years ago
Bo Yang c8bd36e5b9 Test php5.5_c test on jenkins 8 years ago
Stanley Cheung 9372292b29 PHP: support 7.0 on PHP implementation (#2162) 8 years ago
Bo Yang cc8ca5b6a5 Integrate internal changes 8 years ago
Bo Yang 96e2d76491 Fix compile error for php on Mac. 8 years ago
Bo Yang 75b69887aa Fix segmentation fault when ZTS is defined. 8 years ago
Bo Yang bcb32c0b86 Test php5.5_c test on jenkins 8 years ago
Stanley Cheung 11433f78a7 PHP: support 7.0 on PHP implementation (#2162) 8 years ago
Bo Yang 98835fb8f8 Integrate internal changes 8 years ago
Bo Yang c6fa9c71a5 Auto-generate proto files for tests. 8 years ago
Bo Yang f174d36380 Add back missing test proto files. 8 years ago
Paul Yang e0e54661f7 Check in php implementation. (#2052) 8 years ago
Jisi Liu cf14183bcd Down integrate from Google internal. 9 years ago