[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/reflection php_reflection.c

2006-02-20 Thread Ilia Alshanetsky
iliaa Mon Feb 20 15:27:46 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS /php-src/ext/reflection php_reflection.c Log: Fixed bug #36434 (Improper resolution of declaring class name of an inherited property).

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/reflection php_reflection.c

2006-02-20 Thread Johannes Schl
johannesMon Feb 20 23:33:33 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/reflection php_reflection.c /php-srcNEWS Log: - MFH: Rename reflection constants to fix parser conflicts

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/reflection php_reflection.c

2006-02-13 Thread Ilia Alshanetsky
iliaa Mon Feb 13 14:49:27 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/reflection php_reflection.c /php-srcNEWS Log: Fixed bug #36337 (ReflectionProperty fails to return correct visibility).

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/reflection php_reflection.c

2006-02-07 Thread Ilia Alshanetsky
iliaa Wed Feb 8 00:36:57 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/reflection php_reflection.c /php-srcNEWS Log: Fixed bug #36308 (ReflectionProperty::getDocComment() does not reflect extended class commentary).

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/reflection php_reflection.c /ext/reflection/tests 007.phpt

2006-01-25 Thread Marcus Boerger
helly Wed Jan 25 22:03:54 2006 UTC Added files: (Branch: PHP_5_1) /php-src/ext/reflection/tests 007.phpt Modified files: /php-srcNEWS /php-src/ext/reflection php_reflection.c Log: - MFH Bug #36141 Add