derick Thu Jan 5 08:15:16 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/main php_version.h /php-src configure.in NEWS Log: - Go with RC2. http://cvs.php.net/viewcvs.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.13&r2=1.66.2.81.2.14&diff_format=u Index: php-src/main/php_version.h diff -u php-src/main/php_version.h:1.66.2.81.2.13 php-src/main/php_version.h:1.66.2.81.2.14 --- php-src/main/php_version.h:1.66.2.81.2.13 Fri Nov 18 11:07:30 2005 +++ php-src/main/php_version.h Thu Jan 5 08:15:14 2006 @@ -3,5 +3,5 @@ #define PHP_MAJOR_VERSION 4 #define PHP_MINOR_VERSION 4 #define PHP_RELEASE_VERSION 2 -#define PHP_EXTRA_VERSION "RC2-dev" -#define PHP_VERSION "4.4.2RC2-dev" +#define PHP_EXTRA_VERSION "RC2" +#define PHP_VERSION "4.4.2RC2" http://cvs.php.net/viewcvs.cgi/php-src/configure.in?r1=1.396.2.164.2.16&r2=1.396.2.164.2.17&diff_format=u Index: php-src/configure.in diff -u php-src/configure.in:1.396.2.164.2.16 php-src/configure.in:1.396.2.164.2.17 --- php-src/configure.in:1.396.2.164.2.16 Fri Nov 18 11:07:25 2005 +++ php-src/configure.in Thu Jan 5 08:15:14 2006 @@ -1,4 +1,4 @@ -dnl ## $Id: configure.in,v 1.396.2.164.2.16 2005/11/18 11:07:25 derick Exp $ -*- sh -*- +dnl ## $Id: configure.in,v 1.396.2.164.2.17 2006/01/05 08:15:14 derick Exp $ -*- sh -*- dnl ## Process this file with autoconf to produce a configure script. divert(1) @@ -41,7 +41,7 @@ MAJOR_VERSION=4 MINOR_VERSION=4 RELEASE_VERSION=2 -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/NEWS?r1=1.1247.2.920.2.105&r2=1.1247.2.920.2.106&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.920.2.105 php-src/NEWS:1.1247.2.920.2.106 --- php-src/NEWS:1.1247.2.920.2.105 Thu Jan 5 00:50:20 2006 +++ php-src/NEWS Thu Jan 5 08:15:14 2006 @@ -1,6 +1,6 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2005, Version 4.4.2 +05 Jan 2006, Version 4.4.2RC2 - Prevent header injection by limiting each header to a single line. (Ilia) - Fixed possible XSS inside error reporting functionality. (Ilia) - Fixed bug #35817 (unpack() does not decode odd number of hexadecimal values).
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php