]> granicus.if.org Git - php/commitdiff
next is 7.2.3
authorRemi Collet <remi@php.net>
Tue, 16 Jan 2018 08:54:57 +0000 (09:54 +0100)
committerRemi Collet <remi@php.net>
Tue, 16 Jan 2018 08:54:57 +0000 (09:54 +0100)
NEWS
configure.ac
main/php_version.h

diff --git a/NEWS b/NEWS
index 502b0be4f006649cccf447f07bc18d0ecb9e3184..108c7752fbf6e108056fd0cc4d3fa9c2e0946e60 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.2.2
+?? ??? ????, PHP 7.2.3
+
+
+01 Feb 2018, PHP 7.2.2
 
 - Core:
   . Fixed bug #75742 (potential memleak in internal classes's static members).
index a9ef3f6a82bf3e51c33565d92b68de5ffcae8626..55d6ee996a34a5c440c4f1ab1e2b413e216ed66d 100644 (file)
@@ -107,7 +107,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
 
 PHP_MAJOR_VERSION=7
 PHP_MINOR_VERSION=2
-PHP_RELEASE_VERSION=1
+PHP_RELEASE_VERSION=3
 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`
index 6aa09d1905842bd1cbd7bc1f5cf53033b08156ed..4e8d8442c67721fc7170feb0f5ac367d471c3eaf 100644 (file)
@@ -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 1
+#define PHP_RELEASE_VERSION 3
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.2.1-dev"
-#define PHP_VERSION_ID 70201
+#define PHP_VERSION "7.2.3-dev"
+#define PHP_VERSION_ID 70203