diff options
author | Andi Gutmans <andi@php.net> | 2000-07-12 03:55:28 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-07-12 03:55:28 +0000 |
commit | f47760cbb6586139db4f16b137ce8846da267ecb (patch) | |
tree | 2dfcca38dfeebf442a26f1a8993fb737ec6576a3 /NEWS | |
parent | 699d59ea28a96a1107a47b76a206a3203a8dd7dc (diff) | |
download | php-git-f47760cbb6586139db4f16b137ce8846da267ecb.tar.gz |
- Add some Zend Engine changes to the NEWS file
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2000, Version 4.0.2 +- Fixed leak when using string offsets in the array() construct. + (Andi, Zend Engine) +- Fixed corruption problem when changing deeply nested values in objects. + (Andi & Zeev, Zend Engine) +- Fixed closing - Improved array_multisort() to be able to specify sort type as well sort order. Incidentally, it can be used to sort multi-dimensional arrays as well. (Andrei) |