7 Commits (64a7d647f9462eb102f65736d7bb3806a7874d2e)

Author SHA1 Message Date
Joshua Haberman f3e53a05d6
Fixed clone for Message, RepeatedField, and MapField. (#8245) 4 years ago
Joshua Haberman d18df4f764
Protect against stack overflow if the user derives from Message. (#8248) 4 years ago
Christian Alexander Wolf f4d0f7c85e
feat: add support for deprecated fields to PHP compiler (#8223) 4 years ago
Paul Yang 823f351448
Port for php8 (#8105) 4 years ago
Joshua Haberman a8a1493f35 Moved HasOneof test into GeneratedClassTest.php, to avoid the extra file. 4 years ago
Joshua Haberman f0942fb0a2
Equals passes tests in both pure-PHP and the C extension. (#7883) 4 years ago
Joshua Haberman 95e6c5b474 Sync from Piper @327110949 4 years ago
Paul Yang d4ca92962c
Port php c extension to php8 (#7793) 4 years ago
Joshua Haberman ad5a215359 Added proto3 presence support for PHP (#7724) 4 years ago
Joshua Haberman f77065d4eb Sync from Piper @316511779 5 years ago
Joshua Haberman f1ce8663ac
De-duplicated code to generate PHP protos and install phpunit. (#7605) 5 years ago
listonjesse 2ae7cf0e03 Auxillary -> Auxiliary 5 years ago
Jie Luo 43156775be
Merge 3.9.x 201908071359 to master (#6484) 5 years ago
Paul Yang 56988bee34
No free when construct was not done (#6483) 5 years ago
Paul Yang 43f8ae8708
Fix oneof message in array constructor (#5727) 6 years ago
Paul Yang d750fbf648
Fix more issues for reference values (#5613) 6 years ago
Paul Yang c4f2a92c55
Fix field mask for php in json (#5591) 6 years ago
Paul Yang d7c4409589
Php 7.3 fix (#5434) 6 years ago
michaelbausor 0b9af83dae PHP: Add Enum methods for converting to/from strings (#5342) 6 years ago
Paul Yang fc90fd6df1
Make assertEquals pass for message (#4947) 6 years ago
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
Brent Shaffer 6737954661 PHP namespaces for nested messages and enums (#4536) 7 years ago
Bo Yang 839f71e305 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