]> granicus.if.org Git - php/commitdiff
entries for get_declared_interfaces/get_declared_classes
authorAndrey Hristov <andrey@php.net>
Sun, 7 Dec 2003 22:24:22 +0000 (22:24 +0000)
committerAndrey Hristov <andrey@php.net>
Sun, 7 Dec 2003 22:24:22 +0000 (22:24 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 3c08363b55d85792ac690685dfe8a589614ff778..502fb3e7ebd82f415c9dc762661b6a208b5a8183 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -22,9 +22,12 @@ 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)
+  . get_declared_interfaces(). (Andrey, Marcus)
 - 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)
+- Fixex get_declared_classes() to return only classes and not 
+  interfaces. (Andrey, Marcus)
 - 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