diff options
author | Sterling Hughes <sterling@php.net> | 2001-09-07 10:33:04 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2001-09-07 10:33:04 +0000 |
commit | a5828bbfa9dcd6d4bf6bc3bd08328296ce1f0463 (patch) | |
tree | a2d5e8feca60148f04ebff93382514cc7d0c6a6b | |
parent | b8cf53d8a511983faa98b06fcd014f8805f4695a (diff) | |
download | php-git-a5828bbfa9dcd6d4bf6bc3bd08328296ce1f0463.tar.gz |
add a news entry
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ PHP 4.0 NEWS - Improved support for autoconf-2.50+/libtool 1.4b+. (Jan Kneschke, Sascha) ?? ??? 200?, Version 4.0.7 +- Fixed a bug in the mcrypt extension, where list destructors were not + properly being allocated. (Sterling) - Better Interbase blob, null and error handling (Patch by Jeremy Bettis) - Fixed a crash bug in array_map() if the input arrays had string or non-sequential keys. Also modified it so that if a single array is passed, |