sebastian               Tue Jul 20 01:48:45 2004 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src    NEWS 
  Log:
  BFN: Fixed ReflectionClass::getMethod() and ReflectionClass::getProperty() to raise 
an ReflectionException instead of returning NULL on failure.
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.3&r2=1.1760.2.4&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.3 php-src/NEWS:1.1760.2.4
--- php-src/NEWS:1.1760.2.3     Mon Jul 19 13:52:59 2004
+++ php-src/NEWS        Tue Jul 20 01:48:45 2004
@@ -4,6 +4,9 @@
 - Fixed bug #29119 (html_entity_decode() misbehaves with UTF-8). (Moriyoshi)
 - Fixed bug #28829 (Thread-unsafety in bcmath elementary values). (Sara)
 - Fixed bug #28464 (catch() does not catch exceptions by interfaces). (Marcus)
+- Fixed ReflectionClass::getMethod() and ReflectionClass::getProperty() to
+  raise an ReflectionException instead of returning NULL on failure.
+  (Sebastian)
 - Fixed convert.* filters to consume remaining buckets_in on flush. (Sara)
 
 13 Jul 2004, PHP 5.0.0

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

Reply via email to