From: Date: Sun, 1 Oct 2000 01:09:10 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.3RC1~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e597dbd0be0377cc452e137594d2ca26e685bc5d;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index efba386620..2acd197b50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,68 @@ +2000-09-30 Daniel Beulshausen + + * php_modules.dsw: added filepro & snmp + + * main/config.w32.h: move have_snmp to the dsp already + + * ext/snmp/snmp.dsp: snmp win extension + +2000-09-30 Sascha Schumann + + * NEWS: . + +2000-09-30 Daniel Beulshausen + + * ext/gd/gd.c + ext/gd/gd.dsp: uses php.h define + +2000-09-30 Andi Gutmans + + * ext/mysql/php_mysql.c: - Cleanup output functions + + * ext/standard/incomplete_class.c + ext/standard/info.c + sapi/cgi/cgi_main.c + main/main.c + sapi/apache/mod_php4.c: - Cleanup some output functions + +2000-09-30 Daniel Beulshausen + + * ext/filepro/filepro.dsp: added dsp for the filepro extension + + * ext/gd/gd.c: made win32 compile + + * ext/pdf/pdf.dsp: removed zendts.lib from link options + + * ext/mhash/mhash.dsp: cleanup + + * ext/oracle/oracle.dsp: fix not producing valid extension + +2000-09-30 Sterling Hughes + + * ext/sablot/config.m4: leftovers. + + * ext/sablot/php_sablot.h + ext/sablot/sablot.c: + Buncha changes, generally makes the module more stable and removes unnecessary + (as of Sablotron 0.44) workarounds. + +2000-09-30 Chuck Hagenbuch + + * pear/Makefile.in: install Benchmark/Iterate.php + +2000-09-30 Sterling Hughes + + * ext/curl/curl.c + ext/curl/php_curl.h: parameters. (Sterling) + headers to a remote site from cURL. (Sterling) + + Buncha other changes... + + - Changed if () else if () in curl_setopt to switch .. case + - Fixed a couple crashes in certain cases. + - Finally a decent error reporting scheme. + - A few formatting changes. + 2000-09-29 Sascha Schumann * NEWS: .