iliaa Wed Jun 2 09:25:45 2004 EDT Modified files: (Branch: PHP_4_3) /php-src NEWS configure.in /php-src/main php_version.h Log: Prepare for 4.3.7 release. http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.672&r2=1.1247.2.673&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.672 php-src/NEWS:1.1247.2.673 --- php-src/NEWS:1.1247.2.672 Tue Jun 1 16:16:17 2004 +++ php-src/NEWS Wed Jun 2 09:25:44 2004 @@ -1,17 +1,9 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? Jun 2004, Version 4.3.7 +03 Jun 2004, Version 4.3.7 +- Upgraded bundled GD library to 2.0.23. (Ilia) - Changed user error handler mechanism to relay to built-in error handler if it returns false. (Andrei) -- Fixed bug #28597 (xmlrpc_encode_request() incorrectly encodes chars in - 200-210 range). (fernando dot nemec at folha dot com dot br, Ilia) -- Fixed bug #28569 (informix connection id is not thread safe). - (novicky at aarongroup dot cz, Ard) -- Fixed bug #28564 (Problem building informix as a shared extension). - (roques at mti dot ag, Ilia) - -25 May 2004, Version 4.3.7RC1 -- Upgraded bundled GD library to 2.0.23. (Ilia) - Fixed command line escaping routines for win32. (Ilia) - Fixed problems with *printf() functions and '%f' formatting. (Marcus) - Fixed possible crash inside pg_copy_(to|from) function if delimiter is more @@ -20,13 +12,19 @@ images. (Ilia) - Fixed handling of return values from storred procedures in mssql_execute() with multiple result sets returned. (Frank) -- Fixed bug #28456 (Problem with enclosed / in uploaded files). (Antony) - Fixed logic bug in session_register() which allowed registering _SESSION and/or HTTP_SESSION_VARS. (Sara) +- Fixed bug #28597 (xmlrpc_encode_request() incorrectly encodes chars in + 200-210 range). (fernando dot nemec at folha dot com dot br, Ilia) +- Fixed bug #28569 (informix connection id is not thread safe). + (novicky at aarongroup dot cz, Ard) +- Fixed bug #28564 (Problem building informix as a shared extension). + (roques at mti dot ag, Ilia) - Fixed bug #28508 (Do not make hypot() available if not supported by libc). (Ilia) - Fixed bug #28506 (Allow negative start angle in imagearc and imagefilledarc. (Pierre) +- Fixed bug #28456 (Problem with enclosed / in uploaded files). (Antony) - Fixed bug #28386 (wordwrap() wraps lines 1 character too soon). (Ilia) - Fixed bug #28374 (Possible unterminated loop inside _php_pgsql_trim_message()). (Ilia) http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.115&r2=1.396.2.116&ty=u Index: php-src/configure.in diff -u php-src/configure.in:1.396.2.115 php-src/configure.in:1.396.2.116 --- php-src/configure.in:1.396.2.115 Tue May 25 09:52:03 2004 +++ php-src/configure.in Wed Jun 2 09:25:44 2004 @@ -1,4 +1,4 @@ -dnl ## $Id: configure.in,v 1.396.2.115 2004/05/25 13:52:03 iliaa Exp $ -*- sh -*- +dnl ## $Id: configure.in,v 1.396.2.116 2004/06/02 13:25:44 iliaa Exp $ -*- sh -*- dnl ## Process this file with autoconf to produce a configure script. divert(1) @@ -41,7 +41,7 @@ MAJOR_VERSION=4 MINOR_VERSION=3 RELEASE_VERSION=7 -EXTRA_VERSION="RC2-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/diff.php/php-src/main/php_version.h?r1=1.66.2.58&r2=1.66.2.59&ty=u Index: php-src/main/php_version.h diff -u php-src/main/php_version.h:1.66.2.58 php-src/main/php_version.h:1.66.2.59 --- php-src/main/php_version.h:1.66.2.58 Tue May 25 09:52:04 2004 +++ php-src/main/php_version.h Wed Jun 2 09:25:45 2004 @@ -3,5 +3,5 @@ #define PHP_MAJOR_VERSION 4 #define PHP_MINOR_VERSION 3 #define PHP_RELEASE_VERSION 7 -#define PHP_EXTRA_VERSION "RC2-dev" -#define PHP_VERSION "4.3.7RC2-dev" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "4.3.7"
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php