From: Date: Mon, 27 Jan 2003 01:31:58 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PHP_5_0_dev_before_13561_fix~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9833ff497d2d8c47e426edaffda4f12cd3c8797;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 518bcdd185..b7ca5c1d68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,48 @@ +2003-01-26 Stig Bakken + + * pear/PEAR.php: + - whoops, heritage shows through :) + +2003-01-26 Marcus Boerger + + * run-tests.php: + Simplify + +2003-01-26 Sander Roobol + + * (PHP_4_3) + ext/mime_magic/mime_magic.c: + MFH (well... it's not really an MFH... but who cares :) + + * ext/mime_magic/mime_magic.c: + Fix build + +2003-01-26 Shane Caraveo + + * sapi/isapi/php4isapi.c: + normalize CGI variables to the CGI spec + PATH_INFO and PATH_TRANSLATED are correct now + SCRIPT_FILENAME now contains the full path to the script + + * (PHP_4_3) + main/php_ini.c + win32/readdir.c + win32/readdir.h: + MFH + fix broken build by adding scandir and alphasort + + * main/php_ini.c + win32/readdir.c + win32/readdir.h: + Fix broken build by adding scandir and alphasort for win32 + +2003-01-26 Sara Golemon + + * ext/gd/gd.c + ext/gd/php_gd.h: + Feature Request #21784 Added: imagecolorallocatealpha + (pollita@php.net,jasper@pointless.net) + 2003-01-25 Shane Caraveo * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 6295a43ba9..04cbd51619 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2003-01-26 Sascha Schumann + + * zend_API.c: + Replace snprintf() call using zend_error's capabilities + 2003-01-23 Zeev Suraski * zend_execute.c: