andrey          Sun Dec  7 17:24:23 2003 EDT

  Modified files:              
    /php-src    NEWS 
  Log:
  entries for get_declared_interfaces/get_declared_classes
  
  
Index: php-src/NEWS
diff -u php-src/NEWS:1.1525 php-src/NEWS:1.1526
--- php-src/NEWS:1.1525 Sun Dec  7 11:59:32 2003
+++ php-src/NEWS        Sun Dec  7 17:24:22 2003
@@ -22,9 +22,12 @@
   . 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 

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

Reply via email to