johannes Thu, 24 Nov 2011 12:57:59 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=319753
Log:
- PHP 5.3.9RC2
Changed paths:
U php/php-src/branches/PHP_5_3/NEWS
U php/php-src/branches/PHP_5_3/configure.in
U php/php-src/branches/PHP_5_3/main/php_version.h
Modified: php/php-src/branches/PHP_5_3/NEWS
===================================================================
--- php/php-src/branches/PHP_5_3/NEWS 2011-11-24 12:51:28 UTC (rev 319752)
+++ php/php-src/branches/PHP_5_3/NEWS 2011-11-24 12:57:59 UTC (rev 319753)
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2011, PHP 5.3.9
+24 Nov 2011, PHP 5.3.9RC2
- Core:
. Fixed bug #60138 (GC crash with referenced array in RecursiveArrayIterator)
Modified: php/php-src/branches/PHP_5_3/configure.in
===================================================================
--- php/php-src/branches/PHP_5_3/configure.in 2011-11-24 12:51:28 UTC (rev
319752)
+++ php/php-src/branches/PHP_5_3/configure.in 2011-11-24 12:57:59 UTC (rev
319753)
@@ -42,7 +42,7 @@
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=3
PHP_RELEASE_VERSION=9
-PHP_EXTRA_VERSION="RC2-dev"
+PHP_EXTRA_VERSION="RC2"
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`
Modified: php/php-src/branches/PHP_5_3/main/php_version.h
===================================================================
--- php/php-src/branches/PHP_5_3/main/php_version.h 2011-11-24 12:51:28 UTC
(rev 319752)
+++ php/php-src/branches/PHP_5_3/main/php_version.h 2011-11-24 12:57:59 UTC
(rev 319753)
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 3
#define PHP_RELEASE_VERSION 9
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "5.3.9RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "5.3.9RC2"
#define PHP_VERSION_ID 50309
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php