diff options
author | <changelog@php.net> | 2006-12-24 01:31:04 +0000 |
---|---|---|
committer | <changelog@php.net> | 2006-12-24 01:31:04 +0000 |
commit | 1a07d80f65af8fe6a6dc06d70d11bafb9ef746b2 (patch) | |
tree | e2675fbc0df940d5c2bfb7a700f44535d02e1342 | |
parent | 34dc00fd7a1f7a7656c154170b13b7dd69276a20 (diff) | |
download | php-git-1a07d80f65af8fe6a6dc06d70d11bafb9ef746b2.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 62 | ||||
-rw-r--r-- | Zend/ChangeLog | 5 |
2 files changed, 67 insertions, 0 deletions
@@ -1,3 +1,65 @@ +2006-12-23 Ilia Alshanetsky <ilia@prohost.org> + + * 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 <php@derickrethans.nl> + + * 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 <antony@zend.com> + + * 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 <andrei@gravitonic.com> * 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 <antony@zend.com> + + * zend_API.h: + fix typo + 2006-12-22 Andrei Zmievski <andrei@gravitonic.com> * zend_ini.c |