felipe          Tue Aug 19 11:10:17 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src    NEWS 
  Log:
  - Note about property_exists()
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.278&r2=1.2027.2.547.2.965.2.279&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.965.2.278 
php-src/NEWS:1.2027.2.547.2.965.2.279
--- php-src/NEWS:1.2027.2.547.2.965.2.278       Mon Aug 18 17:53:10 2008
+++ php-src/NEWS        Tue Aug 19 11:10:17 2008
@@ -4,6 +4,8 @@
 - Removed shebang line check from CGI sapi (it is checked by scanner). (Dmitry)
 
 - Changed session_start() to return false when session startup fails. (Jani)
+- Changed property_exists() to check the existence of a property independent of
+  accessibility (like method_exists()).
 
 - Added system independent realpath() implementation which caches intermediate
   directories in realpath-cache. (Dmitry)



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

Reply via email to