From: foobar Date: Thu, 4 Dec 2003 06:40:08 +0000 (+0000) Subject: stylepolizei X-Git-Tag: php-5.0.0b3RC1~341 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a07650e78da8e7ccde95351c6dedabb255648f61;p=php stylepolizei --- diff --git a/NEWS b/NEWS index 7b6763fbb1..ea3a718d2c 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,7 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? Oct 2003, PHP 5 Beta 3 -- Stopped supporting Windows 95! -- Fixed include_once()/require_once() on Windows to honor case-insensitivity of - files (Andi) +- Dropped Windows 95 support. (Andi) - Moved extensions to PECL: . ext/db (Jani, Derick) . ext/qtdom (Jani, Derick) @@ -21,7 +19,9 @@ PHP NEWS . image_type_to_extension(). return extension based on image type. (Ilia) . stream_socket_sendto() and stream_socket_recvfrom(). (Wez) . iconv_mime_decode_headers(). (Moriyoshi) -- Route stat() and family via streams API. (Sara) +- Changed stat() and family to be routed via streams API. (Sara) +- Fixed include_once() / require_once() on Windows to honor case-insensitivity + of files. (Andi) - Fixed __autoload() to preserve case of the passed class name. (Andi) - Fixed bug #26072 (--disable-libxml does not work). (Jani) - Fixed bug #26083 (Non-working write support in ext/dom). (Ilia)