Paul Yang
|
43f8ae8708
Fix oneof message in array constructor (#5727)
|
6 年之前 |
Paul Yang
|
d750fbf648
Fix more issues for reference values (#5613)
|
6 年之前 |
Paul Yang
|
c4f2a92c55
Fix field mask for php in json (#5591)
|
6 年之前 |
Paul Yang
|
d7c4409589
Php 7.3 fix (#5434)
|
6 年之前 |
michaelbausor
|
0b9af83dae
PHP: Add Enum methods for converting to/from strings (#5342)
|
6 年之前 |
Paul Yang
|
fc90fd6df1
Make assertEquals pass for message (#4947)
|
7 年之前 |
Brent Shaffer
|
2774e5441d
PHP namespaces for nested messages and enums (#4536)
|
7 年之前 |
Bo Yang
|
8b336f8c5a
Implement array constructor in php c extension.
|
7 年之前 |
Bo Yang
|
f46a01d0c1
Exclude valid constant name from reserved name.
|
8 年之前 |
Bo Yang
|
e5d000cbb7
Add prefix to php reserved keywords.
|
8 年之前 |
Bo Yang
|
dd5190980b
Use message name as defined in php runtime.
|
8 年之前 |
Paul Yang
|
49b44bff2b
Fix the bug in php c extension that setting one field can change another field's value. (#3455)
|
8 年之前 |
Paul Yang
|
ecca6ea95d
Add json encode/decode for php. (#3226)
|
8 年之前 |
Ryan Gordon
|
703cd8e11c
Switch to addEnumType to fix fatal error (#3225)
|
8 年之前 |
Paul Yang
|
6f325805c0
Add new file option php_namespace. (#3162)
|
8 年之前 |
Paul Yang
|
282fb9e68e
Add ARRAY for reserved name (#3150)
|
8 年之前 |
Brent Shaffer
|
4d5daf4ef9
Adds fluent setters for PHP (#3130)
|
8 年之前 |
Paul Yang
|
fba2acd72e
Add nested enum descriptor in php rumtime. (#3009)
|
8 年之前 |
Paul Yang
|
4c57e8475f
Prepend "PB" to generated classes whose name are reserved words. (#2990)
|
8 年之前 |
Paul Yang
|
b97cd573e4
Add test for nested enum for php (#2989)
|
8 年之前 |
Paul Yang
|
7be088202b
Enum defined without package have incorrect class name. (#2988)
|
8 年之前 |
Paul Yang
|
6b27c1f981
Add file option php_class_prefix (#2849)
|
8 年之前 |
Paul Yang
|
616e68ecc1
Repeated/Map field setter should accept a regular PHP array (#2817)
|
8 年之前 |
Paul Yang
|
bcbaabe53a
Add mergeFrom method on Message (#2766)
|
8 年之前 |
Paul Yang
|
74eb9a0a30
Add clear method to PHP message (#2700)
|
8 年之前 |
Paul Yang
|
7f3e237071
Merge 3.2.x branch into master (#2648)
|
8 年之前 |
Paul Yang
|
a323f1e65d
Oneof accessor should return the field name that is actually set. (#2631)
|
8 年之前 |
Paul Yang
|
46ae90dc5e
Make php generated code conform to PSR-4. (#2435)
|
8 年之前 |
Paul Yang
|
51c5ff889c
Fix pure php implementation for 32-bit machine. (#2282)
|
9 年之前 |
Paul Yang
|
60d95f36c0
Fix the bug that message without namespace is not found in the descriptor pool. (#2240)
|
9 年之前 |