From: Zeev Suraski Date: Mon, 26 Jul 1999 21:55:51 +0000 (+0000) Subject: Fix bug #1867 X-Git-Tag: php-4.0b2~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4215a176397445bed390c373c1c73293f2cf42b2;p=php Fix bug #1867 --- diff --git a/ChangeLog b/ChangeLog index 332ce5345b..8f72d68e0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ PHP 4.0 CHANGE LOG ChangeLog ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ??? ?? 1999, Version 4.0 Beta 2 +- Fixed a memory leak when using assignment-op operators with lvalue of type + string. - Fixed a problem in inheritence from classes that are defined in include()d files (Zeev, libzend) - Fixed a problem with the PHP error handler that could result in a crash