summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2018-04-11 07:53:53 +0200
committerRemi Collet <remi@php.net>2018-04-11 07:53:53 +0200
commit0d87a0ba576e2aa981ce096c2ce1a317ae629577 (patch)
treeadf359592cf214b10abd5746e2f63ed81072d354
parent043ac320a071419ce5693995f550e190b239fd88 (diff)
downloadphp-git-0d87a0ba576e2aa981ce096c2ce1a317ae629577.tar.gz
next is 7.2.6
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
-rw-r--r--main/php_version.h6
3 files changed, 8 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index d1c422c4a0..8cc7022c5b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2018, PHP 7.2.5
+?? ??? 2018, PHP 7.2.6
+
+
+26 Apr 2018, PHP 7.2.5
- Core:
. Fixed bug #75722 (Convert valgrind detection to configure option).
diff --git a/configure.ac b/configure.ac
index c5d9be978b..16c3514fc4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,7 +107,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=7
PHP_MINOR_VERSION=2
-PHP_RELEASE_VERSION=5
+PHP_RELEASE_VERSION=6
PHP_EXTRA_VERSION="-dev"
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`
diff --git a/main/php_version.h b/main/php_version.h
index 2255c4fcc9..61ac913dc1 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,7 +2,7 @@
/* edit configure.ac to change version number */
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 2
-#define PHP_RELEASE_VERSION 5
+#define PHP_RELEASE_VERSION 6
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.2.5-dev"
-#define PHP_VERSION_ID 70205
+#define PHP_VERSION "7.2.6-dev"
+#define PHP_VERSION_ID 70206