diff options
author | <changelog@php.net> | 2005-05-07 00:36:11 +0000 |
---|---|---|
committer | <changelog@php.net> | 2005-05-07 00:36:11 +0000 |
commit | deacfcefc2cce245ef08ef949a21aa2bb0f32fd0 (patch) | |
tree | 52d645ac68fa8d15b296bf83047aa47ae0765404 | |
parent | 9070204b93acd8672ae5a65543d6fdd53d97352c (diff) | |
download | php-git-deacfcefc2cce245ef08ef949a21aa2bb0f32fd0.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 84 | ||||
-rw-r--r-- | Zend/ChangeLog | 5 |
2 files changed, 89 insertions, 0 deletions
@@ -1,3 +1,87 @@ +2005-05-06 Jani Taskinen <jani.taskinen@sci.fi> + + * ext/sqlite/config.m4: + cleanup + +2005-05-06 Ilia Alshanetsky <ilia@prohost.org> + + * (PHP_4_3) + ext/standard/ftp_fopen_wrapper.c + ext/standard/ftp_fopen_wrapper.c: + MFH: Check ftp user name for control characters. + + * ext/standard/ftp_fopen_wrapper.c: + Check ftp user name for control characters. + +2005-05-06 Antony Dovgal <tony2001@phpclub.net> + + * (PHP_4_3) + ext/gd/gd.c + ext/gd/gd.c + main/php_open_temporary_file.c + main/php_open_temporary_file.c: + MFH: fix off-by-one in _php_image_output() + and prevent such errors in php_do_open_temporary_file() + + * ext/gd/gd.c + main/php_open_temporary_file.c: + fix off-by-one in _php_image_output() + and prevent such errors in php_do_open_temporary_file() + +2005-05-06 Andrey Hristov <php@hristov.com> + + * ext/mysqli/mysqli_api.c + ext/mysqli/mysqli_nonapi.c: + initialize values because the call to zend_parse_parameters may not do it + +2005-05-06 Ilia Alshanetsky <ilia@prohost.org> + + * NEWS + ext/standard/http_fopen_wrapper.c: + Added max_redirects context option that specifies how many HTTP redirects + to follow. + + * ext/standard/http_fopen_wrapper.c: + Missing bit from previous patch. + + * (PHP_5_0) + ext/standard/http_fopen_wrapper.c: + Added missing bit of the previous patch. + + * (PHP_4_3) + NEWS + NEWS + ext/standard/http_fopen_wrapper.c + ext/standard/http_fopen_wrapper.c: + MFH: Fixed bug #32936 (http redirects URLs are not checked for control + chars). + + * ext/standard/http_fopen_wrapper.c: + Fixed bug #32936 (http redirects URLs are not checked for control chars). + +2005-05-06 Jani Taskinen <jani.taskinen@sci.fi> + + * tests/lang/inc.inc: + <? should die.. + + * NEWS + NEWS: + reorder + + * NEWS: + - No need to add NEWS entries for bugs that do NOT exist in any released + version of PHP + + * (PHP_5_0) + NEWS: + typo + + * ZendEngine2/zend_object_handlers.h: + typofix :) + + * NEWS: + verbose,order,etc. + 2005-05-05 Jani Taskinen <jani.taskinen@sci.fi> * ext/standard/math.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index a3cfb7e339..2222e44a7e 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2005-05-06 Jani Taskinen <jani.taskinen@sci.fi> + + * zend_object_handlers.h: + typofix :) + 2005-05-05 Dmitry Stogov <dmitry@zend.com> * zend_compile.c |