From: foobar Date: Fri, 8 Aug 2003 12:39:11 +0000 (+0000) Subject: correct version X-Git-Tag: php-4.3.3RC4~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa3a1426e8841d4aeb7bba1ce6599e6c18f87881;p=php correct version --- diff --git a/NEWS b/NEWS index e6f0971c70..0ba6059ec7 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,14 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? Aug 2003, Version 4.3.3RC3 +?? Aug 2003, Version 4.3.3RC4 +- Fixed bug #24792 (--enable-zend-multibyte causes random segfaults with ZTS). + (fujimoto) + +07 Aug 2003, Version 4.3.3RC3 - Fixed bug #24958 (Incorrect handling of 404s). (Ilia, Justin) - Fixed bug #24936 (ext/fdf not linked properly as shared extension). (Jani) - Fixed bug #24883 (variables_order and gpc_order being ignored). (Ilia) - Fixed bug #24871 (methods misidentified as constructors). (Ilia) -- Fixed bug #24792 (--enable-zend-mutibyte causes random segfaults with ZTS). - (fujimoto) - Fixed bug #24177 (Status not set correctly after flush() in Apache 2). (Ilia) - Fixed bug #23509 (exit code lost when exit() called from register_shutdown_function()). (Ilia)