ChangeLog update

This commit is contained in:
2005-11-22 06:48:55 +00:00
parent f950925688
commit 2bf81c4a3f
2 changed files with 47 additions and 0 deletions

View File

@ -1,3 +1,44 @@
2005-11-21 Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
* (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 <jani.taskinen@sci.fi>
* (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 <marcus.boerger@post.rwth-aachen.de>
* (PHP_5_1)
ZendEngine2/zend_language_scanner.l:
- MFH Fixed Bug #35286 tokenizer ext drops final comment (by greg)
2005-11-21 Jani Taskinen <jani.taskinen@sci.fi>
* (PHP_5_1)
ext/ldap/config.m4
ext/odbc/config.m4:
test -e does not work with solaris
2005-11-20 Derick Rethans <php@derickrethans.nl>
* ext/standard/microtime.c:

View File

@ -1,3 +1,9 @@
2005-11-21 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* (PHP_5_1)
zend_language_scanner.l:
- MFH Fixed Bug #35286 tokenizer ext drops final comment (by greg)
2005-11-19 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* zend_language_scanner.l: