]> granicus.if.org Git - php/commitdiff
5.6.2 now
authorJulien Pauli <jpauli@php.net>
Thu, 11 Sep 2014 16:37:25 +0000 (18:37 +0200)
committerJulien Pauli <jpauli@php.net>
Thu, 11 Sep 2014 16:37:25 +0000 (18:37 +0200)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 5f72e2449be4c9e595c231b5c9165074f903e01c..7178d20aa06c5ae55b82a3d4f2ec98cf4ed1eccd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,10 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2014, PHP 5.6.2
 
-?? ??? 2014, PHP 5.6.1
+
+
+25 Sep 2014, PHP 5.6.1
 
 - Core:
   . Implemented FR #38409 (parse_ini_file() looses the type of booleans). (Tjerk)
index 026ce1b44693e4aa932c5bb46197acc7967cf336..223973c59d0244bd11be32f5da3c0023debf9c0b 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=1
+PHP_RELEASE_VERSION=2
 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 8e6b2b86ac617503ff3c7058162a033f69baa4ba..1cd646ed021763134b71a8721b7d076caf85e232 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 1
+#define PHP_RELEASE_VERSION 2
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.1-dev"
-#define PHP_VERSION_ID 50601
+#define PHP_VERSION "5.6.2-dev"
+#define PHP_VERSION_ID 50602