iliaa Thu Mar 30 19:19:21 2006 UTC
Modified files: (Branch: PHP_5_1)
/php-src NEWS configure.in
/php-src/main php_version.h
Log:
Go with RC2
http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.489&r2=1.2027.2.490&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.489 php-src/NEWS:1.2027.2.490
--- php-src/NEWS:1.2027.2.489 Thu Mar 30 19:16:12 2006
+++ php-src/NEWS Thu Mar 30 19:19:20 2006
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Mar 2006, PHP 5.1.3RC2
+30 Mar 2006, PHP 5.1.3RC2
- Fixed XSS inside phpinfo() with long inputs. (Ilia)
- Check 2nd parameter of tempnam() against path components. (Ilia)
- Fixed Apache2 SAPIs header handler modifying header strings. (Mike)
http://cvs.php.net/viewcvs.cgi/php-src/configure.in?r1=1.579.2.40&r2=1.579.2.41&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.40 php-src/configure.in:1.579.2.41
--- php-src/configure.in:1.579.2.40 Thu Mar 9 14:22:59 2006
+++ php-src/configure.in Thu Mar 30 19:19:20 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.40 2006/03/09 14:22:59 iliaa Exp $ -*-
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.41 2006/03/30 19:19:20 iliaa Exp $ -*-
autoconf -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -42,7 +42,7 @@
MAJOR_VERSION=5
MINOR_VERSION=1
RELEASE_VERSION=3
-EXTRA_VERSION="RC2-dev"
+EXTRA_VERSION="RC2"
VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
dnl Define where extension directories are located in the configure context
http://cvs.php.net/viewcvs.cgi/php-src/main/php_version.h?r1=1.112.2.27&r2=1.112.2.28&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.27
php-src/main/php_version.h:1.112.2.28
--- php-src/main/php_version.h:1.112.2.27 Thu Mar 9 14:22:59 2006
+++ php-src/main/php_version.h Thu Mar 30 19:19:20 2006
@@ -3,5 +3,5 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 1
#define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "5.1.3RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "5.1.3RC2"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php