]> granicus.if.org Git - php/commitdiff
- PHP 5.3.4RC2
authorJohannes Schlüter <johannes@php.net>
Thu, 2 Dec 2010 13:59:38 +0000 (13:59 +0000)
committerJohannes Schlüter <johannes@php.net>
Thu, 2 Dec 2010 13:59:38 +0000 (13:59 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 7b41dd80815904d35fcb969817aa5d3637d0ac1a..f774e6153dacab64d948c7fc0c0c456bc64127d2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2010, PHP 5.3.4
+02 Dec 2010, PHP 5.3.4RC2
 - Core:
   . Fixed extract() to do not overwrite $GLOBALS and $this when using
     EXTR_OVERWRITE. (jorto at redhat dot com)
index 2a2bafd49cf97c23cbc89782bfe702e0c6ba55ba..532d0a4d9426d37669f8b6e5a7416173d6193f94 100644 (file)
@@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=3
 PHP_RELEASE_VERSION=4
-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`
 
index 0738565267076af2fca624122ca58469d7f2b362..b99d6bfc6483d7a3b540e4679a92fff36596bd2a 100644 (file)
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "5.3.4RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "5.3.4RC2"
 #define PHP_VERSION_ID 50304