aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/php
Commit message (Expand)AuthorAgeFilesLines
* Down-integrate from google3.Josh Haberman2018-09-041-4/+8
* Move methods out of class (#4697)Paul Yang2018-05-292-15/+26
* Add back GeneratedClassName to public (#4686)Paul Yang2018-05-251-0/+10
* PHP namespaces for nested messages and enums (#4536)Brent Shaffer2018-05-242-145/+187
* PHP array constructors for protobuf messages (#4530)Brent Shaffer2018-05-241-8/+46
* Adopt php_metadata_namespace in php code generator (#4622)Paul Yang2018-05-141-17/+37
* Fix missing LIBPROTOC_EXPORT.Egor Pugin2018-03-251-3/+6
* Deleted scoped_ptr.hAdam Cozzette2018-03-141-6/+4
* Removed using statements from common.hAdam Cozzette2018-01-261-1/+1
* Provide util funtions to figure out correct php class names. (#3850)Paul Yang2017-11-082-9/+36
* Rename ClassNamePrefix to ConstantNamePrefixBo Yang2017-09-131-4/+3
* Exclude valid constant name from reserved name.Bo Yang2017-09-121-2/+35
* Add prefix to php reserved keywords.Bo Yang2017-09-081-3/+21
* Support PHP generic services (#3269)Matt A2017-07-181-10/+130
* remove pass by reference for php setters (#3344)Brent Shaffer2017-07-171-5/+2
* removes an accidental newline in printing for the php generator (#3333)Brent Shaffer2017-07-131-1/+1
* adds PHPDoc @return and @param for getters and setters respectively (#3131)Brent Shaffer2017-06-271-39/+120
* Add new file option php_namespace. (#3162)Paul Yang2017-06-051-2/+25
* Add ARRAY for reserved name (#3150)Paul Yang2017-05-291-2/+2
* Adds fluent setters for PHP (#3130)Brent Shaffer2017-05-291-0/+2
* Add prefix to enum value with reserved name. (#3020)v3.3.0Paul Yang2017-04-261-4/+4
* Allow proto files to import descriptor.proto (#2995)Paul Yang2017-04-201-0/+26
* Prepend "PB" to generated classes whose name are reserved words. (#2990)Paul Yang2017-04-201-8/+27
* Enum defined without package have incorrect class name. (#2988)Paul Yang2017-04-191-47/+35
* Add file option php_class_prefix (#2849)Paul Yang2017-03-171-3/+7
* Repeated/Map field setter should accept a regular PHP array (#2817)Paul Yang2017-03-101-1/+27
* Merge 3.2.x branch into master (#2648)Paul Yang2017-01-311-2/+5
* Oneof accessor should return the field name that is actually set. (#2631)Paul Yang2017-01-271-1/+1
* Update commit id in Dockerfile to trigger update. (#2467)Paul Yang2016-12-081-3/+0
* Make php generated code conform to PSR-4. (#2435)Paul Yang2016-12-081-169/+310
* Generate phpdoc in php generated files. (#2406)Paul Yang2016-12-011-115/+268
* Rename Empty to GPBEmpty in php generated file.Paul Yang2016-11-161-2/+16
* Check in php implementation. (#2052)Paul Yang2016-09-152-0/+838