diff options
| author | <changelog@php.net> | 2003-03-28 01:30:46 +0000 |
|---|---|---|
| committer | <changelog@php.net> | 2003-03-28 01:30:46 +0000 |
| commit | c6e7dead326d522cb7c86c624246449ff7035309 (patch) | |
| tree | f06e299ee1ac9ba30c5c00d97189a67e01f61fda /ChangeLog | |
| parent | 961ad8e24a82a9543cf196d81106451b3138afb3 (diff) | |
| download | php-git-c6e7dead326d522cb7c86c624246449ff7035309.tar.gz | |
ChangeLog update
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 61 |
1 files changed, 61 insertions, 0 deletions
@@ -1,3 +1,64 @@ +2003-03-27 Moriyoshi Koizumi <moriyoshi@at.wakwak.com> + + * main/php_variables.c: + Improved php_import_environment_variables: avoid emalloc()ing in most cases + +2003-03-27 Harald Radi <harald.radi+coding.php@nme.at> + + * ext/rpc/com/com_wrapper.c: + MFB ext/com + fix #22899 + invoke is called twice + +2003-03-27 Ilia Alshanetsky <ilia@prohost.org> + + * ext/standard/array.c: + CS + +2003-03-27 David Hill <David.Hill@hp.com> + + * configure.in: + Correcting checking of flex version (dave) + +2003-03-27 Shane Caraveo <shane@caraveo.com> + + * sapi/cgi/cgi_main.c + sapi/isapi/php4isapi.c: + handle invalid paths passed to us from iis + +2003-03-27 David Hill <David.Hill@hp.com> + + * ext/standard/tests/time/002.phpt: + Backing out part of TZ change + +2003-03-27 Edin Kadribasic <edink@proventum.net> + + * (PHP_4_3) + NEWS: + BFN + + * ext/mysql/libmysql/config-win.h: + MFB + + * (PHP_4_3) + ext/mysql/libmysql/config-win.h: + Fixed bug #22083. + +2003-03-27 Jani Taskinen <sniper@iki.fi> + + * sapi/apache2handler/sapi_apache2.c: + CS fix + +2003-03-27 Ian Holsman <Ian@holsman.net> + + * sapi/apache2handler/sapi_apache2.c: + change to a pool-based bucket instead of a transient one. + + * sapi/apache2handler/sapi_apache2.c: + remove flush from standard unbuffered write. + people requiring a flush can turn implicit flush on. + Thanks ilia for benchmarking this! + 2003-03-26 Sterling Hughes <sterling@bumblebury.com> * main/fopen_wrappers.c: |
