]> granicus.if.org Git - php/commitdiff
BFN
authorfoobar <sniper@php.net>
Sun, 7 Dec 2003 16:59:32 +0000 (16:59 +0000)
committerfoobar <sniper@php.net>
Sun, 7 Dec 2003 16:59:32 +0000 (16:59 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 875bf664ebd23d2dcb681aab57d71983894b7f19..3c08363b55d85792ac690685dfe8a589614ff778 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,7 @@ PHP                                                                        NEWS
 - 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 #26534 (stream_get_meta_data() -> Access Violation). (Wez)
 - Fixed bug #26528 (HTML entities are not being decoded by 
   xml_parse()/xml_parse_into_struct()). (Ilia)
 - Fixed bug #26156 (REPLACE_ZVAL_VALUE works on uninit stack-based zvals).