- 13 Jul, 2018 1 commit
-
-
Bo Yang authored
-
- 10 May, 2018 1 commit
-
-
Paul Yang authored
* Throw error if user want to access message properties * Fix typo
-
- 25 Jan, 2018 1 commit
-
-
Paul Yang authored
* Fix more memory leak for php c extension * Fix memory leak for php5.5
-
- 13 Dec, 2017 1 commit
-
-
Bo Yang authored
This changes the linking error if php extension is not statically linked to a runtime error. In this way, users who don't need Timestamp can still use protobuf even if date extension is not statically linked in php.
-
- 12 Dec, 2017 1 commit
-
-
Bo Yang authored
can be used at install time.
-
- 02 Aug, 2017 1 commit
-
-
Paul Yang authored
-
- 18 Jul, 2017 1 commit
-
-
Matt A authored
* Add php_generic_services option * Generate PHP generic services * Respect namespaces for generated PHP services * Test PHP generated services * Rename PHP generator service method doc comment function * Correct phpdoc service method case * Test namespaced PHP generic services * Always use the FQCN for PHP generic service input/output * Add generated_service_test to php test.sh * Add php service test protos to CI * Add php service files to php_EXTRA_DIST * Use Interface suffix for php generic services
-
- 27 Jun, 2017 1 commit
-
-
Brent Shaffer authored
* adds PHPDoc @return and @param for getters and setters respectively * addresses changes in PR review * adds documentation tests * Update php_generator: - Prepend \ to names where required - Remove <pre> tags - Update protobuf field comments * Updates class files with the protobuf changes * Addresses review comments * removes Protobuf Type line from PHP generated classes * fixes phpdoc test * adds array types to phpdoc
-
- 05 May, 2017 1 commit
-
-
Paul Yang authored
* Add compatibility test for php. * Revert API incompatible change.
-
- 01 Mar, 2017 1 commit
-
-
Paul Yang authored
This method merges the contents of the specified message into the current message. Singular fields that are set in the specified message overwrite the corresponding fields in the current message. Repeated fields are appended. Map fields key-value pairs are overritten. Singular/Oneof sub-messages are recursively merged. All overritten sub-messages are deep-copied.
-
- 08 Dec, 2016 1 commit
-
-
Paul Yang authored
1. Generate single file for each message. 2. Lazily initiate metadata.
-
- 16 Nov, 2016 1 commit
-
-
Paul Yang authored
In php, class name cannot be "Empty". Modified code generator to (#2375) generate GPBEmpty instead (for google.protobuf.Empty only). Also change runtime code to work with the new generated code accordingly.
-
- 10 Nov, 2016 1 commit
-
-
Paul Yang authored
-
- 10 Oct, 2016 2 commits
- 06 Oct, 2016 1 commit
-
-
Bo Yang authored
-
- 03 Oct, 2016 1 commit
-
-
Bo Yang authored
-
- 16 Sep, 2016 1 commit
-
-
Bo Yang authored
-
- 15 Sep, 2016 1 commit
-
-
Paul Yang authored
This pull request includes two implementation: C extension and PHP package. Both implementations support encode/decode of singular, repeated and map fields.
-