changelog Sun Dec 2 01:31:31 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2885&r2=1.2886&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2885 php-src/ChangeLog:1.2886
--- php-src/ChangeLog:1.2885 Sat Dec 1 01:31:31 2007
+++ php-src/ChangeLog Sun Dec 2 01:31:29 2007
@@ -1,3 +1,19 @@
+2007-12-01 Derick Rethans <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
* ext/simplexml/simplexml.c: