1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 03:22:58 +02:00
This commit is contained in:
Felipe Pena
2008-03-08 12:17:54 +00:00
parent 3f67ea4568
commit 11bbb0165a

2
NEWS
View File

@@ -176,6 +176,8 @@ PHP NEWS
- Fixed bug #39346 (Unsetting a static variable inside a destructor causes
segfault later on). (Dmitry)
- Fixed bug #39056 (Interbase NUMERIC data type error). (Lars W)
- Fixed bug #39018 (Error control operator '@' fails to suppress "Uninitialized
string offset"). (Felipe)
- Fixed bug #38468 (Unexpected creation of cycle). (Dmitry)
- Fixed bug #37964 (Reflection shows private methods of parent class).
(Felipe, Marcus)