]> granicus.if.org Git - php/commitdiff
- Note about property_exists()
authorFelipe Pena <felipe@php.net>
Tue, 19 Aug 2008 11:10:17 +0000 (11:10 +0000)
committerFelipe Pena <felipe@php.net>
Tue, 19 Aug 2008 11:10:17 +0000 (11:10 +0000)
NEWS

diff --git a/NEWS b/NEWS
index d997a15a4edaca454d0f81a5d899276bcadb63ea..75dfc559b75d909604ddd4f93c0672f4daa41398 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@ PHP                                                                        NEWS
 - 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)