diff options
author | Marcus Boerger <helly@php.net> | 2008-01-16 14:21:07 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2008-01-16 14:21:07 +0000 |
commit | 626881d9e8cb296742d42b804e321056b0a96fc9 (patch) | |
tree | a762f98ca4b21b439e04ad763e97c4bb9d0736c7 /NEWS | |
parent | 516a9c15d63b6e4fc06fed02db8dfd445ec43c19 (diff) | |
download | php-git-626881d9e8cb296742d42b804e321056b0a96fc9.tar.gz |
- MFH Fixed Bug #37964 (Reflection shows private methods of parent class)
(felipe@php.net)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -106,6 +106,8 @@ PHP NEWS segfault later on). (Dmitry) - Fixed bug #39056 (Interbase NUMERIC data type error). (Lars W) - Fixed bug #38468 (Unexpected creation of cycle). (Dmitry) +- Fixed bug #37964 (Reflection shows private methods of parent class). + (Felipe, Marcus) - Fixed bug #37911 (preg_replace_callback() ignores named groups). (Nuno) - Fixed bug #36128 (Interbase PDO - timestamp columns return NULL). (Lars W) - Fixed bug #35386 (firebird: first row is null). (Lars W) |