From: Date: Sun, 24 Dec 2006 01:31:04 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~532 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a07d80f65af8fe6a6dc06d70d11bafb9ef746b2;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 2f9ade89e8..74998cdaaf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,65 @@ +2006-12-23 Ilia Alshanetsky + + * ext/zip/php_zip.c + ext/zip/zip_stream.c: + MFB: safety checks + + * (PHP_5_2) + ext/zip/php_zip.c + ext/zip/zip_stream.c: + Safety checks + + * (PHP_4_4) + ext/sysvmsg/sysvmsg.c: + MFB: Added checks for negative max length and overflow checks for + overly long strings. + + * ext/sysvmsg/sysvmsg.c: + MFB: Added checks for negative max length and overflow checks for overly + long strings. + + * (PHP_5_2) + ext/sysvmsg/sysvmsg.c: + Added checks for negative max length and overflow checks for overly long + strings. + +2006-12-23 Derick Rethans + + * ext/mcrypt/config.m4 + ext/mhash/config.m4 + ext/pdo_sqlite/config.m4 + ext/tidy/config.m4: + - MFB: Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignores + --with-libdir). + + * (PHP_5_2) + NEWS + ext/mcrypt/config.m4 + ext/mhash/config.m4 + ext/pdo_sqlite/config.m4 + ext/tidy/config.m4: + - Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignores + --with-libdir). + +2006-12-23 Antony Dovgal + + * ext/oci8/tests/error1.phpt: + fix test + + * ZendEngine2/zend_API.h: + fix typo + + * ext/oci8/tests/error.phpt + ext/oci8/tests/error1.phpt + ext/oci8/tests/error_old.phpt: + fix tests + + * ext/oci8/oci8_interface.c: + use add_ascii_assoc_text() + + * ext/oci8/oci8_collection.c: + use OCI_SUCCESS constant, do not rely on its value + 2006-12-22 Andrei Zmievski * unicode-progress.txt diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 6108313fe7..b6753e7024 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2006-12-23 Antony Dovgal + + * zend_API.h: + fix typo + 2006-12-22 Andrei Zmievski * zend_ini.c