sniper          Thu Dec  4 01:40:09 2003 EDT

  Modified files:              
    /php-src    NEWS 
  Log:
  stylepolizei
  
Index: php-src/NEWS
diff -u php-src/NEWS:1.1518 php-src/NEWS:1.1519
--- php-src/NEWS:1.1518 Wed Dec  3 17:13:11 2003
+++ php-src/NEWS        Thu Dec  4 01:40:08 2003
@@ -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 @@
   . 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)

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to