]> granicus.if.org Git - php/commitdiff
Prepare for 4.3.7 release.
authorIlia Alshanetsky <iliaa@php.net>
Wed, 2 Jun 2004 13:25:45 +0000 (13:25 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 2 Jun 2004 13:25:45 +0000 (13:25 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index b3b3619a77d9d476b8f5c7c055e964db42a02df6..976050e1b0aef5bde8e1eb51e6def40ab4a5bbd2 100644 (file)
--- 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)
index 5a744675c98d964d8c52efa5b9d62e13450c190f..3ffe4b4d879bd7262a3959803a2e997133b94b4e 100644 (file)
@@ -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
index 3effc22f9222e7260543e9441e87600315c8b7a8..28896b5568df2b3b7c499f838b3192501cf1e6a3 100644 (file)
@@ -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"