diff options
-rw-r--r-- | ChangeLog | 45 | ||||
-rw-r--r-- | Zend/ChangeLog | 5 |
2 files changed, 50 insertions, 0 deletions
@@ -1,3 +1,48 @@ +2003-01-26 Stig Bakken <ssb@fast.no> + + * pear/PEAR.php: + - whoops, heritage shows through :) + +2003-01-26 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> + + * run-tests.php: + Simplify + +2003-01-26 Sander Roobol <phy@wanadoo.nl> + + * (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 <shane@caraveo.com> + + * 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 <php@alphaweb.net> + + * 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 <shane@caraveo.com> * (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 <sascha@schumann.cx> + + * zend_API.c: + Replace snprintf() call using zend_error's capabilities + 2003-01-23 Zeev Suraski <zeev@zend.com> * zend_execute.c: |