aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/php/php_generator.h
Commit message (Collapse)AuthorAgeFilesLines
* Down-integrate from google3.Josh Haberman2018-09-041-4/+8
|
* Move methods out of class (#4697)Paul Yang2018-05-291-11/+10
|
* Add back GeneratedClassName to public (#4686)Paul Yang2018-05-251-0/+10
| | | These methods are used by grpc
* PHP namespaces for nested messages and enums (#4536)Brent Shaffer2018-05-241-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * uses namespaces for nested messages and enums * fixes namespaces for PHP dist * fixes namespace for Descriptors, adds Cardinality and Kind * fixes nested namespaces for reserved words and adds tests * adds tests and generator fix for php class prefixes * fixes escaping of protobuf packages, enum comments, misc others * nice refactor of generated code * adds class files for backwards compatibility * simplifies code with templates * adds compatibility files to makefile * cleanup of generator and fixes nested namespace bug * regenerates proto types * remove internal BC classes * adds deprecated warning, adds methods back * simplifies if statement * fixes dist files * addresses review comments * adds back TYPE_URL_PREFIX constant * adds @deprecated to old nested class files * skips tests which require a separate process when protobuf.so is enabled * Adds tests for legacy nested classes that do not require separate processes to test * uses legacy names for GPBUtil message check * adds block for IDE @deprecated message * Namespace for nested message/enum in c extension * Remove unused code
* Fix missing LIBPROTOC_EXPORT.Egor Pugin2018-03-251-3/+6
| | | This makes possible to build grpc_php_plugin with protobuf in shared mode.
* Provide util funtions to figure out correct php class names. (#3850)Paul Yang2017-11-081-0/+9
|
* Check in php implementation. (#2052)Paul Yang2016-09-151-0/+57
This pull request includes two implementation: C extension and PHP package. Both implementations support encode/decode of singular, repeated and map fields.