From: Ilia Alshanetsky Date: Thu, 7 Aug 2003 15:37:54 +0000 (+0000) Subject: BFN X-Git-Tag: php-4.3.3RC3~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bfcbf4bc190981d4e43cb3d38b18786014a193c2;p=php BFN --- diff --git a/NEWS b/NEWS index 2131f898b1..d4fb4c9d7d 100644 --- a/NEWS +++ b/NEWS @@ -8,10 +8,12 @@ PHP 4 NEWS - 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) +- Fixed bug #23463 (added Dbase2 version check). (Vlad Krupin) - Fixed bug #23104 (hash position of static arrays not being reset). (Ilia) - Fixed bug #22154 (Possible crash when memory_limit is reached and output buffering in addition to session.use_trans_sid is used). (Ilia) - Fixed bug #22072 (Apache2 sapis do not detect aborted connections). (Ilia) +- Fixed bug #21958 (workaround for unusual realpath() on AIX & Tru64). (Ilia) - Fixed bug #21611 (version_compare() does not support "p" as suffix). (Stefan Walk) - Fixed bug #18291 (escapeshellcmd() can now handle quoted arguments). (Ilia)