From: Ilia Alshanetsky Date: Thu, 14 Nov 2002 13:52:17 +0000 (+0000) Subject: Bug fix news. X-Git-Tag: php-4.3.0RC1~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dde44ae7b26eecc4ccd05e743842763c89ca2d16;p=php Bug fix news. --- diff --git a/NEWS b/NEWS index 1fa1843068..15cc1495c0 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,8 @@ PHP 4 NEWS - Moved extensions to PECL (http://pear.php.net/): (James, Derick) . ext/vpopmail . ext/cybermut +- Fixed bug #19689 (absolute paths like /test/dir/ not working correctly). + (Ilia) - Fixed bug #20424 (stream_get_meta_data craches on a normal file stream). (Derick, Wez) - Added "neutral" language entry to mbstring spec. (Moriyoshi)