diff options
author | Antony Dovgal <tony2001@php.net> | 2008-03-17 14:55:40 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2008-03-17 14:55:40 +0000 |
commit | 5e803b451dfc0f9d38cf211ae9b17494ba7bac0b (patch) | |
tree | f8b9497e1d990a99bdbaa0a778f1534543e53c4d | |
parent | 7dd943ac5cd5da1ab80c57fd4c822cb33f7c6c0f (diff) | |
download | php-git-5e803b451dfc0f9d38cf211ae9b17494ba7bac0b.tar.gz |
BFN
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -186,6 +186,8 @@ PHP NEWS - Fixed bug #39397 (invalid statement handle in Unknown on line 0). (Lars W) - Fixed bug #39346 (Unsetting a static variable inside a destructor causes segfault later on). (Dmitry) +- Fixed bug #39127 (Old-style constructor fallbacks produce strange results). + (Tony) - Fixed bug #39056 (Interbase NUMERIC data type error). (Lars W) - Fixed bug #39018 (Error control operator '@' fails to suppress "Uninitialized string offset"). (Felipe) |