diff --git a/php/ext/google/protobuf/package.xml b/php/ext/google/protobuf/package.xml
index 3a556acf37..28d713f344 100644
--- a/php/ext/google/protobuf/package.xml
+++ b/php/ext/google/protobuf/package.xml
@@ -10,11 +10,11 @@
protobuf-opensource@google.com
yes
- 2018-03-06
+ 2018-06-06
- 3.5.2
- 3.5.2
+ 3.6.0
+ 3.6.0
stable
@@ -229,6 +229,22 @@ GA release.
3-Clause BSD License
+G A release.
+
+
+
+
+ 3.6.0
+ 3.6.0
+
+
+ stable
+ stable
+
+ 2018-06-06
+
+ 3-Clause BSD License
+
G A release.
diff --git a/php/ext/google/protobuf/protobuf.h b/php/ext/google/protobuf/protobuf.h
index c15bde2d19..20035ab7ff 100644
--- a/php/ext/google/protobuf/protobuf.h
+++ b/php/ext/google/protobuf/protobuf.h
@@ -37,7 +37,7 @@
#include "upb.h"
#define PHP_PROTOBUF_EXTNAME "protobuf"
-#define PHP_PROTOBUF_VERSION "3.5.2"
+#define PHP_PROTOBUF_VERSION "3.6.0"
#define MAX_LENGTH_OF_INT64 20
#define SIZEOF_INT64 8