]> granicus.if.org Git - php/commitdiff
prepare next 7.0.8
authorAnatol Belski <ab@php.net>
Tue, 10 May 2016 11:06:55 +0000 (13:06 +0200)
committerAnatol Belski <ab@php.net>
Tue, 10 May 2016 11:06:55 +0000 (13:06 +0200)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 982c9edb9a97dc5a373c99075288f1887b6100f6..16b39b51b780bc3f6b99a42993ed8c4f87dbcc64 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2016 PHP 7.0.7
+?? ??? 2016 PHP 7.0.8
+
+
+26 May 2016 PHP 7.0.7
 
 - Core:
   . Fixed bug #72162 (use-after-free - error_reporting). (Laruence)
index c56fe6aab7dfdaae713acecb1306652179056a89..5a437969f4cf962bd1eb2b136034934cce5e258b 100644 (file)
@@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
 
 PHP_MAJOR_VERSION=7
 PHP_MINOR_VERSION=0
-PHP_RELEASE_VERSION=7
+PHP_RELEASE_VERSION=8
 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 00021c119bf38a74d33d4e8f307de8a620bcc46a..63542ec8d36884355c2d0da6f5ca81c57fb129b3 100644 (file)
@@ -2,7 +2,7 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 7
 #define PHP_MINOR_VERSION 0
-#define PHP_RELEASE_VERSION 7
+#define PHP_RELEASE_VERSION 8
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.0.7-dev"
-#define PHP_VERSION_ID 70007
+#define PHP_VERSION "7.0.8-dev"
+#define PHP_VERSION_ID 70008