]> granicus.if.org Git - php/commitdiff
This will be PHP 5.3.23
authorJohannes Schlüter <johannes@php.net>
Wed, 30 Jan 2013 23:57:29 +0000 (00:57 +0100)
committerJohannes Schlüter <johannes@php.net>
Wed, 30 Jan 2013 23:57:29 +0000 (00:57 +0100)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index c230d22c74f86d3055b95de0765f760bc7b5b97f..e4ee218827530bd7a7b812b96297f8eeb0e0b8af 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,12 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2013, PHP 5.3.23
+
+
 ?? ??? 2013, PHP 5.3.22
 
+## DON'T ADD ENTRIES TO THIS SECTION - TALK TO RM FOR MERGES
+
 - Zend Engine:
   . Fixed bug #64099 (Wrong TSRM usage in zend_Register_class alias). (Johannes)
   . Fixed bug #63899 (Use after scope error in zend_compile). (Laruence)
index f6f52bdbb8677e2eebddc3f4a14438bdf80fcc7f..eb7781e9d897867a2e85898b0bad87459d6f85de 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=3
-PHP_RELEASE_VERSION=22
+PHP_RELEASE_VERSION=23
 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 dd418f3a3f7cc360e25060a2131d316a90b309fc..3a4fbe1b6bdf21f63c4c13c227d0adca368ad8a4 100644 (file)
@@ -2,7 +2,7 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 3
-#define PHP_RELEASE_VERSION 22
+#define PHP_RELEASE_VERSION 23
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.3.22-dev"
-#define PHP_VERSION_ID 50322
+#define PHP_VERSION "5.3.23-dev"
+#define PHP_VERSION_ID 50323