]> granicus.if.org Git - php/commitdiff
5.6.7 now
authorJulien Pauli <jpauli@php.net>
Wed, 4 Feb 2015 15:37:49 +0000 (16:37 +0100)
committerJulien Pauli <jpauli@php.net>
Wed, 4 Feb 2015 15:37:49 +0000 (16:37 +0100)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 14aa511da8c78e6708f6d3935a62f3f4611153e2..5c94e125191692e0ce396e0b47f1f2353d5a9dca 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? Feb 2015, PHP 5.6.7
+
+
+
 ?? Feb 2015, PHP 5.6.6
 
 - Core:
   . Fixed bug #68571 (core dump when webserver close the socket).
     (redfoxli069 at gmail dot com, Laruence)
 
-- JSON:
-  . Fixed bug #68938 (json_decode() decodes empty string without error).
-    (jeremy at bat-country dot us)
-
 - LIBXML:
   . Fixed bug #64938 (libxml_disable_entity_loader setting is shared
     between threads). (Martin Jansen)
index ae07fc38f9cd376a07ca31c7eae986103fd032e2..aaa7e4495912aaa920f6112e7ecb745625cf24ec 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=6
+PHP_RELEASE_VERSION=7
 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 ed1e351fdaf6a7e00d711d9b8ca12952a5e65bb3..777e56f3b63834df40b1840a575bbacbf9ab1358 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 6
+#define PHP_RELEASE_VERSION 7
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.6-dev"
-#define PHP_VERSION_ID 50606
+#define PHP_VERSION "5.6.7-dev"
+#define PHP_VERSION_ID 50607