From: Ilia Alshanetsky Date: Wed, 2 Jun 2004 13:25:45 +0000 (+0000) Subject: Prepare for 4.3.7 release. X-Git-Tag: php-4.3.7~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2053bc60d23c8faefee8c90786f09fbee4478eb1;p=php Prepare for 4.3.7 release. --- diff --git a/NEWS b/NEWS index b3b3619a77..976050e1b0 100644 --- a/NEWS +++ b/NEWS @@ -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 @@ PHP 4 NEWS 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) diff --git a/configure.in b/configure.in index 5a744675c9..3ffe4b4d87 100644 --- a/configure.in +++ b/configure.in @@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h) 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 diff --git a/main/php_version.h b/main/php_version.h index 3effc22f92..28896b5568 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -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"