diff options
author | Andi Gutmans <andi@php.net> | 1999-07-27 18:38:01 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 1999-07-27 18:38:01 +0000 |
commit | bb8046c4a9a81b5d6d9568d1fb53e9114b1e4f68 (patch) | |
tree | b69505242aa0eaf3053da7cb838e1942fd6ad5b3 | |
parent | 348b2f0730ef6e06ad1e5ef2c3560da2f8be49ad (diff) | |
download | php-git-bb8046c4a9a81b5d6d9568d1fb53e9114b1e4f68.tar.gz |
- Update Changelog
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,9 +2,10 @@ PHP 4.0 CHANGE LOG ChangeLog ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ??? ?? 1999, Version 4.0 Beta 2 +- 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 - string. + string (Zeev, libzend) - 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 |