derick Mon Jul 31 15:04:54 2006 UTC Modified files: (Branch: PHP_4_4) /php-src configure.in NEWS /php-src/main php_version.h Log: - Go with 4.4.3. http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.24&r2=1.396.2.164.2.25&diff_format=u Index: php-src/configure.in diff -u php-src/configure.in:1.396.2.164.2.24 php-src/configure.in:1.396.2.164.2.25 --- php-src/configure.in:1.396.2.164.2.24 Tue Jul 4 16:40:23 2006 +++ php-src/configure.in Mon Jul 31 15:04:53 2006 @@ -1,4 +1,4 @@ -dnl ## $Id: configure.in,v 1.396.2.164.2.24 2006/07/04 16:40:23 derick Exp $ -*- sh -*- +dnl ## $Id: configure.in,v 1.396.2.164.2.25 2006/07/31 15:04:53 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="RC3-dev" +EXTRA_VERSION="" 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/NEWS?r1=1.1247.2.920.2.143&r2=1.1247.2.920.2.144&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.920.2.143 php-src/NEWS:1.1247.2.920.2.144 --- php-src/NEWS:1.1247.2.920.2.143 Sat Jul 22 15:48:22 2006 +++ php-src/NEWS Mon Jul 31 15:04:54 2006 @@ -1,32 +1,24 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2006, Version 4.4.3 -- Fixed bug #38183 (disable_classes=Foobar causes disabled class to be - called Foo). (Jani) - -04 Jul 2006, Version 4.4.3RC2 +03 Aug 2006, Version 4.4.3 +- Added control character checks for cURL extension's open_basedir/safe_mode + checks. (Ilia) +- Added overflow checks to wordwrap() function. (Ilia) +- Added a check for special characters in the session name. (Ilia) - Improved safe_mode check for the error_log() function. (Ilia) +- Updated PCRE to version 6.6. (Andrei) - Fixed handling of extremely long paths inside tempnam() function. (Ilia) - Fixed XSS inside phpinfo() with long inputs. (Ilia) -- Fixed bug #38112 (corrupted gif segfaults) (Pierre) +- Fixed a possible buffer overflow inside create_named_pipe() for Win32 systems + in libmysql.c. (Ilia) - Fixed bug #37720 (merge_php_config scrambles values). (Mike, pumuckel at metropolis dot de) - Fixed bug #37569 (WDDX incorrectly encodes high-ascii characters). (Ilia) -- Fixed bug #29538 (number_format and problem with 0). (Matthew Wilmas) - -21 May 2006, Version 4.4.3RC1 -- Added control character checks for cURL extension's open_basedir/safe_mode - checks. (Ilia) -- Fixed a possible buffer overflow inside create_named_pipe() for Win32 systems - in libmysql.c. (Ilia) -- Updated PCRE to version 6.6. (Andrei) -- Added overflow checks to wordwrap() function. (Ilia) -- Added a check for special characters in the session name. (Ilia) -- Fixed bug #37510 session_regenerate_id changes session_id() even on failure). +- Fixed bug #37510 (session_regenerate_id changes session_id() even on failure). (Hannes) -- Fixed bug #34360 (bad gif size) (Pierre) -- Fixed bug #37348 (make PEAR install ignore open_basedir). (Ilia) -- Fixed bug #37346 (invalid colormap format) (Pierre) +- Fixed bug #37360 (Memory errors with a corrupt GIF file) (Pierre) +- Fixed bug #37348 (Make PEAR install ignore open_basedir). (Ilia) +- Fixed bug #37346 (Crashes when using an invalid colormap format). (Pierre) - Fixed bug #37162 (wddx does not build as a shared extension). (jdolecek at NetBSD dot org, Ilia) - Fixed bug #37046 (foreach breaks static scope). (Dmitry) http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.22&r2=1.66.2.81.2.23&diff_format=u Index: php-src/main/php_version.h diff -u php-src/main/php_version.h:1.66.2.81.2.22 php-src/main/php_version.h:1.66.2.81.2.23 --- php-src/main/php_version.h:1.66.2.81.2.22 Tue Jul 4 16:40:23 2006 +++ php-src/main/php_version.h Mon Jul 31 15:04:54 2006 @@ -3,5 +3,5 @@ #define PHP_MAJOR_VERSION 4 #define PHP_MINOR_VERSION 4 #define PHP_RELEASE_VERSION 3 -#define PHP_EXTRA_VERSION "RC3-dev" -#define PHP_VERSION "4.4.3RC3-dev" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "4.4.3"
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php