Felipe Pena wrote:
felipe                                   Sat, 01 Aug 2009 20:44:00 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=286635

Log:
- Fixed ReflectionClass::getStaticProperties() to do not return the private 
properties from parent class;
  behavior already adopted in ReflectionClass::getDefaultProperties() and 
ReflectionClass::getProperties().

Don't forget to document this or reopen bug #49074 as docu prob..

--Jani


Changed paths:
    U   php/php-src/branches/PHP_5_2/ext/reflection/php_reflection.c
    U   
php/php-src/branches/PHP_5_2/ext/reflection/tests/ReflectionClass_getDefaultProperties_001.phpt
    U   
php/php-src/branches/PHP_5_2/ext/reflection/tests/ReflectionClass_setStaticPropertyValue_001.phpt
    U   php/php-src/branches/PHP_5_2/ext/reflection/tests/bug49074.phpt
    U   php/php-src/branches/PHP_5_3/ext/reflection/php_reflection.c
    U   
php/php-src/branches/PHP_5_3/ext/reflection/tests/ReflectionClass_getDefaultProperties_001.phpt
    U   
php/php-src/branches/PHP_5_3/ext/reflection/tests/ReflectionClass_setStaticPropertyValue_001.phpt
    U   php/php-src/branches/PHP_5_3/ext/reflection/tests/bug49074.phpt
    U   php/php-src/trunk/ext/reflection/php_reflection.c
    U   
php/php-src/trunk/ext/reflection/tests/ReflectionClass_getDefaultProperties_001.phpt
    U   
php/php-src/trunk/ext/reflection/tests/ReflectionClass_setStaticPropertyValue_001.phpt
    U   php/php-src/trunk/ext/reflection/tests/bug49074.phpt




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

Reply via email to