]> granicus.if.org Git - php/commitdiff
5.4.24-dev now
authorStanislav Malyshev <stas@php.net>
Wed, 27 Nov 2013 08:13:45 +0000 (00:13 -0800)
committerStanislav Malyshev <stas@php.net>
Wed, 27 Nov 2013 08:13:45 +0000 (00:13 -0800)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 5c58f91e1603734fb1a8f17e078b67785602f242..2514027710928b62b271fef1e0f6dba6107f11bf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2013, PHP 5.4.24
+
 ?? ??? 2013, PHP 5.4.23
 
 - Core:
@@ -24,7 +26,7 @@ PHP                                                                        NEWS
 - PDO
   . Fixed bug 65946 (sql_parser permanently converts values bound to strings)
 
-?? ??? 2013, PHP 5.4.22
+14 Nov 2013, PHP 5.4.22
 
 - Core:
   . Fixed bug #65911 (scope resolution operator - strange behavior with $this).
index af2de7fce9407f1760ba2942f7fb3b1e13c7e5d9..8a6e9d7df5357e65a7c7c7b9b64163bd878ba9d7 100644 (file)
@@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
 
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=4
-PHP_RELEASE_VERSION=23
+PHP_RELEASE_VERSION=24
 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 523bda6743fff7c1e8418f1d1a83abf850b2303a..89fb515acc4e4ef5f2788968cebe6c8e285e10b1 100644 (file)
@@ -2,7 +2,7 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 4
-#define PHP_RELEASE_VERSION 23
+#define PHP_RELEASE_VERSION 24
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.4.23-dev"
-#define PHP_VERSION_ID 50423
+#define PHP_VERSION "5.4.24-dev"
+#define PHP_VERSION_ID 50424