summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2001-09-07 10:33:04 +0000
committerSterling Hughes <sterling@php.net>2001-09-07 10:33:04 +0000
commita5828bbfa9dcd6d4bf6bc3bd08328296ce1f0463 (patch)
treea2d5e8feca60148f04ebff93382514cc7d0c6a6b
parentb8cf53d8a511983faa98b06fcd014f8805f4695a (diff)
downloadphp-git-a5828bbfa9dcd6d4bf6bc3bd08328296ce1f0463.tar.gz
add a news entry
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 350b98e58c..b0352d483b 100644
--- a/NEWS
+++ b/NEWS
@@ -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,