aboutsummaryrefslogtreecommitdiffhomepage
path: root/php/src/Google/Protobuf/Timestamp.php
Commit message (Collapse)AuthorAge
* PHP namespaces for nested messages and enums (#4536)Gravatar Brent Shaffer2018-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Updated PHP generated code for timestamp.protoGravatar Adam Cozzette2018-05-17
|
* Avoid direct check of class name (#4601)Gravatar Paul Yang2018-05-10
| | | | | | | | * Avoid direct check of class name So that subclasses are also ok * Use type hint in function signature.
* update joda-time javadoc urlGravatar xuwei-k2017-10-30
|
* Add php support for Timestamp. (#3575)Gravatar Paul Yang2017-08-31
* Add php support for Timestamp. * Fix comments