]> granicus.if.org Git - php/commitdiff
5.6.25 is next
authorFerenc Kovacs <tyra3l@gmail.com>
Wed, 6 Jul 2016 22:09:48 +0000 (00:09 +0200)
committerFerenc Kovacs <tyra3l@gmail.com>
Wed, 6 Jul 2016 22:09:48 +0000 (00:09 +0200)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 2e1bd3d517ca9543d3fb95187c448f1472e188ce..5029be5c3483bc34fc1459cff282aa40d1d60037 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2016, PHP 5.6.24
 
+21 Jul 2016, PHP 5.6.24
+
 - Core:
   . Fix bug #71936 (Segmentation fault destroying HTTP_RAW_POST_DATA).
     (mike dot laspina at gmail dot com, Remi)
index 0cd99df661e3fa4d659eb331ba47b9b731f93283..655e8586ceeb78b01e4bffe590b2399a4397d134 100644 (file)
@@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
 
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=6
-PHP_RELEASE_VERSION=24
+PHP_RELEASE_VERSION=25
 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 e2fbef50ba166a310b5cb2f76c241e4b0e5401fe..3fd226da924fd1c8ba93d4a202953b52c93b0eed 100644 (file)
@@ -2,7 +2,7 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 6
-#define PHP_RELEASE_VERSION 24
+#define PHP_RELEASE_VERSION 25
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.24-dev"
-#define PHP_VERSION_ID 50624
+#define PHP_VERSION "5.6.25-dev"
+#define PHP_VERSION_ID 50625