From: Zeev Suraski Date: Tue, 27 Jul 1999 20:33:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: php-4.0b2~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d49b53b5e1e76c70e5113e3f29316c921610b0ac;p=php *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 6d7d3e345b..70b5e70b7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ PHP 4.0 CHANGE LOG ChangeLog ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ??? ?? 1999, Version 4.0 Beta 2 +- Children now inherit their parent's constructor, if they do not supply a + constructor of their own. +- Fixed runtime inheritence of classes (parent methods/properties were + overriding their children) (Zeev, libzend) - Fixed backwards incompatibility with the "new" operator (Andi, libzend) - Fixed bugs in uksort() and ksort() sort ordering (Andrey) - Fixed a memory leak when using assignment-op operators with lvalue of type