| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
| |
* Use legacy name in php runtime
Old generated code cannot work with new runtime, because the new runtime
assumes new class name for nested message. For details see #4738.
* Remove unused method
|
|
|
|
|
|
| |
* Enforce all error report for php tests.
* Import vendor/autoload.php in tests/bootstrap_phpunit.php
|
| |
|
| |
|
|
|
|
|
| |
This better shows the semantic of the API. For already setted fields,
mergeFromString do replacement for singular fields and appending for
repeated fields.
|
|
This pull request includes two implementation: C extension and PHP
package. Both implementations support encode/decode of singular,
repeated and map fields.
|