]> granicus.if.org Git - php/commitdiff
stylepolizei
authorfoobar <sniper@php.net>
Thu, 4 Dec 2003 06:40:08 +0000 (06:40 +0000)
committerfoobar <sniper@php.net>
Thu, 4 Dec 2003 06:40:08 +0000 (06:40 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 7b6763fbb1d0605851e3443b19fa867cc9376bf1..ea3a718d2cbdee608b09ef6075da8a52bce9c966 100644 (file)
--- 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)