22 Commits (ddde013bd899702a1e78dd9e31a3e703bbb173b7)

Author SHA1 Message Date
Brent Shaffer d8f882b675 fix: fix PHP readonly legacy files for nested messages 2 years ago
Matt Kulukundis e8ab276325 Sync from Piper @465378928 2 years ago
Brent Shaffer c752a43e1e fix: fix PHP readonly legacy files for nested messages 2 years ago
Sandy Zhang aebdd0885f Sync from Piper @463129388 2 years ago
Sandy Zhang f138d5de25 Sync from Piper @452551755 3 years ago
Brent Shaffer 53944b5983 Add back "fix: reserve "ReadOnly" keyword for PHP 8.1 and add compatibility (#9633)" 3 years ago
Joshua Haberman 8984184e54 Revert "fix: reserve "ReadOnly" keyword for PHP 8.1 and add compatibility (#9633)" 3 years ago
Joshua Haberman dc4aad931e Sync from Piper @444600173 3 years ago
Noah Dietz 4d56f2d83c
Change enum string name for reserved words (#9780) 3 years ago
Brent Shaffer eb27c201f1
fix: reserve "ReadOnly" keyword for PHP 8.1 and add compatibility (#9633) 3 years ago
Brent Shaffer ce57b5bab6
fix: [PHP] add missing reserved classnames (#9458) 3 years ago
Joshua Haberman 67995fb4e9 Fixed data loss bug with PHP C extension. 3 years ago
Joshua Haberman 44df0abc02 Added support for PHP 8.1 (currently in RC1). 3 years ago
Adam Cozzette 562fc946c7 Sync from Piper @388508285 3 years ago
Brent Shaffer bade043986 update reserved names: add finally, fn, match, yield 3 years ago
Joshua Haberman 75de6aa21a Fixed sub-message getters for well-known types when message is unset. 4 years ago
Joshua Haberman 9521803d40 Sync from Piper @375548932 4 years ago
Joshua Haberman 0b87475592
Php & Ruby Cherry Picks for 3.17.1 (#8632) 4 years ago
Joshua Haberman 7e95c64dfb
[PHP] Fixed $msg->setMessage(null) to properly clear the message. (#8472) 4 years ago
Joshua Haberman b0d90e3abe
Fixed PHP memory leaks and arginfo errors (#8614) 4 years ago
Joshua Haberman 8b87075924
Updated and simplified PHP testing structure (#8558) 4 years ago
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