25 Commits (ae8def639e1a44d9cce75b164ca2540cead93cd2)

Author SHA1 Message Date
Brent Shaffer 2774e5441d PHP namespaces for nested messages and enums (#4536) 7 years ago
Bo Yang 8b336f8c5a Implement array constructor in php c extension. 7 years ago
Bo Yang f46a01d0c1 Exclude valid constant name from reserved name. 7 years ago
Bo Yang e5d000cbb7 Add prefix to php reserved keywords. 7 years ago
Bo Yang dd5190980b Use message name as defined in php runtime. 7 years ago
Paul Yang 49b44bff2b Fix the bug in php c extension that setting one field can change another field's value. (#3455) 7 years ago
Paul Yang ecca6ea95d Add json encode/decode for php. (#3226) 8 years ago
Paul Yang dba8928ff5 Add ARRAY for reserved name (#3150) 8 years ago
Ryan Gordon 703cd8e11c Switch to addEnumType to fix fatal error (#3225) 8 years ago
Paul Yang 6f325805c0 Add new file option php_namespace. (#3162) 8 years ago
Paul Yang 282fb9e68e Add ARRAY for reserved name (#3150) 8 years ago
Brent Shaffer 4d5daf4ef9 Adds fluent setters for PHP (#3130) 8 years ago
Paul Yang fba2acd72e Add nested enum descriptor in php rumtime. (#3009) 8 years ago
Paul Yang 4c57e8475f Prepend "PB" to generated classes whose name are reserved words. (#2990) 8 years ago
Paul Yang b97cd573e4 Add test for nested enum for php (#2989) 8 years ago
Paul Yang 7be088202b Enum defined without package have incorrect class name. (#2988) 8 years ago
Paul Yang 6b27c1f981 Add file option php_class_prefix (#2849) 8 years ago
Paul Yang 616e68ecc1 Repeated/Map field setter should accept a regular PHP array (#2817) 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 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
Paul Yang 46ae90dc5e Make php generated code conform to PSR-4. (#2435) 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
Paul Yang e0e54661f7 Check in php implementation. (#2052) 8 years ago