diff --git a/ChangeLog b/ChangeLog index 0257d487619..0434d81504a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,44 @@ +2005-11-21 Rui Hirokawa + + * (PHP_4_4) + ext/mbstring/mbstring.c: + fixed #35307 unexpected header can be injected to mb_send_mail() (the patch + is made by masugata). + +2005-11-21 Jani Taskinen + + * (PHP_5_1) + Makefile.global + acinclude.m4 + configure.in + ext/standard/config.m4 + scripts/Makefile.frag + scripts/php-config.in + scripts/phpize.m4: + MFH: - Fixed header installing under phpize builds + + * Makefile.global + acinclude.m4 + configure.in + ext/standard/config.m4 + scripts/Makefile.frag + scripts/php-config.in + scripts/phpize.m4: + - Fixed header installing under phpize builds + +2005-11-21 Marcus Boerger + + * (PHP_5_1) + ZendEngine2/zend_language_scanner.l: + - MFH Fixed Bug #35286 tokenizer ext drops final comment (by greg) + +2005-11-21 Jani Taskinen + + * (PHP_5_1) + ext/ldap/config.m4 + ext/odbc/config.m4: + test -e does not work with solaris + 2005-11-20 Derick Rethans * ext/standard/microtime.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 9b069630e90..6954ef10ef9 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2005-11-21 Marcus Boerger + + * (PHP_5_1) + zend_language_scanner.l: + - MFH Fixed Bug #35286 tokenizer ext drops final comment (by greg) + 2005-11-19 Marcus Boerger * zend_language_scanner.l: