diff options
author | Paul Yang <TeBoring@users.noreply.github.com> | 2017-06-15 13:04:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-15 13:04:08 -0700 |
commit | 91bf623aa145cd1576451ed3764a64a089384ac4 (patch) | |
tree | 18c0f255461c159b2deb60553117eceb64d1df5f /php | |
parent | 8d97b3d8b5a33650e822460b3b561802c969e86e (diff) |
Fix php jenkins test (#3233)
Update commit id to upload latest composer.
Compile php with bc-math for future json support.
Diffstat (limited to 'php')
-rw-r--r-- | php/src/Google/Protobuf/Internal/GPBUtil.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php/src/Google/Protobuf/Internal/GPBUtil.php b/php/src/Google/Protobuf/Internal/GPBUtil.php index 1b71f7b7..8c97e9fa 100644 --- a/php/src/Google/Protobuf/Internal/GPBUtil.php +++ b/php/src/Google/Protobuf/Internal/GPBUtil.php @@ -252,7 +252,7 @@ class GPBUtil return $prefix; } - $reserved_words = array("Empty"); + $reserved_words = array("Empty", "ECHO", "ARRAY"); foreach ($reserved_words as $reserved_word) { if ($classname === $reserved_word) { if ($file_proto->getPackage() === "google.protobuf") { |