ChangeLog update

This commit is contained in:
2003-01-27 01:31:58 +00:00
parent 6174d2b446
commit e9833ff497
2 changed files with 50 additions and 0 deletions

View file

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

View file

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