ChangeLog update

This commit is contained in:
2005-05-07 00:36:11 +00:00
parent 9070204b93
commit deacfcefc2
2 changed files with 89 additions and 0 deletions

View File

@ -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:

View File

@ -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