summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2007-12-02 01:31:29 +0000
committer <changelog@php.net>2007-12-02 01:31:29 +0000
commit9da6da8da49ba8dfdfbca83ef4e0ad989adef879 (patch)
tree9b90826027519cd38a260d2dff2ff676852da520
parent2bb0b237c7b57dd69981047afab6f3c07aa9419f (diff)
downloadphp-git-9da6da8da49ba8dfdfbca83ef4e0ad989adef879.tar.gz
ChangeLog update
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd9099002c..3c6b743564 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2007-12-01 Derick Rethans <php@derickrethans.nl>
+
+ * (PHP_5_3)
+ NEWS
+ ext/mcrypt/mcrypt.c
+ ext/mcrypt/tests/bug43143.phpt:
+ - MFH: Fixed bug #43143 (Warning about empty IV with MCRYPT_MODE_ECB).
+
+ * ext/mcrypt/tests/bug43143.phpt
+ ext/mcrypt/tests/bug43143.phpt:
+
+ - Fixed bug #43143 (Warning about empty IV with MCRYPT_MODE_ECB).
+
+ * ext/mcrypt/mcrypt.c:
+ - Fixed bug #43143 (Warning about empty IV with MCRYPT_MODE_ECB).
+
2007-11-30 Antony Dovgal <tony@daylessday.org>
* ext/simplexml/simplexml.c: