From 91bf623aa145cd1576451ed3764a64a089384ac4 Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Thu, 15 Jun 2017 13:04:08 -0700 Subject: Fix php jenkins test (#3233) Update commit id to upload latest composer. Compile php with bc-math for future json support. --- php/src/Google/Protobuf/Internal/GPBUtil.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php/src/Google/Protobuf/Internal/GPBUtil.php') 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") { -- cgit v1.2.3