From: Ilia Alshanetsky Date: Sat, 20 Sep 2003 01:41:45 +0000 (+0000) Subject: Bug fixing news. X-Git-Tag: php-4.3.4RC1~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e09bbae14f42cf88d3866d48ddaab62d54760fd;p=php Bug fixing news. --- diff --git a/NEWS b/NEWS index 32d54fec5a..3ecb022e8c 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,7 @@ PHP 4 NEWS - Fixed crash bug when non-existing save/serializer handler was used. (Jani) - Fixed memory leak in gethostbynamel() if an error occurs. (Sara) - Fixed FastCGI being unable to bind to a specific IP. (Sascha) +- Fixed bug #25583 (Incorrect handling of absolute path without drive). (Ilia) - Fixed bug #25570 (Possible crash in apache2handler when zend_bailout called outside of zend_try {} block). (Ilia) - Fixed bug #25530 (checkdate() incorrectly handles floats). (Ilia)