1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 04:02:19 +02:00

ChangeLog update

This commit is contained in:
2007-12-02 01:31:29 +00:00
parent 2bb0b237c7
commit 9da6da8da4

View File

@@ -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: