derick Tue Jul 4 16:37:47 2006 UTC Modified files: (Branch: PHP_4_4) /php-src NEWS configure.in /php-src/main php_version.h Log: - Go with RC2. http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.1247.2.920.2.138&r2=1.1247.2.920.2.139&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.920.2.138 php-src/NEWS:1.1247.2.920.2.139 --- php-src/NEWS:1.1247.2.920.2.138 Wed Jun 28 22:12:54 2006 +++ php-src/NEWS Tue Jul 4 16:37:46 2006 @@ -1,6 +1,6 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? Jun 2006, Version 4.4.3RC2 +04 Jul 2006, Version 4.4.3RC2 - Improved safe_mode check for the error_log() function. (Ilia) - Fixed handling of extremely long paths inside tempnam() function. (Ilia) - Fixed XSS inside phpinfo() with long inputs. (Ilia) http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.22&r2=1.396.2.164.2.23&diff_format=u Index: php-src/configure.in diff -u php-src/configure.in:1.396.2.164.2.22 php-src/configure.in:1.396.2.164.2.23 --- php-src/configure.in:1.396.2.164.2.22 Sun May 21 17:26:13 2006 +++ php-src/configure.in Tue Jul 4 16:37:46 2006 @@ -1,4 +1,4 @@ -dnl ## $Id: configure.in,v 1.396.2.164.2.22 2006/05/21 17:26:13 derick Exp $ -*- sh -*- +dnl ## $Id: configure.in,v 1.396.2.164.2.23 2006/07/04 16:37:46 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=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/viewvc.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.20&r2=1.66.2.81.2.21&diff_format=u Index: php-src/main/php_version.h diff -u php-src/main/php_version.h:1.66.2.81.2.20 php-src/main/php_version.h:1.66.2.81.2.21 --- php-src/main/php_version.h:1.66.2.81.2.20 Sun May 21 17:26:13 2006 +++ php-src/main/php_version.h Tue Jul 4 16:37:47 2006 @@ -3,5 +3,5 @@ #define PHP_MAJOR_VERSION 4 #define PHP_MINOR_VERSION 4 #define PHP_RELEASE_VERSION 3 -#define PHP_EXTRA_VERSION "RC2-dev" -#define PHP_VERSION "4.4.3RC2-dev" +#define PHP_EXTRA_VERSION "RC2" +#define PHP_VERSION "4.4.3RC2"
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php