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)
. 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)