From: Date: Mon, 7 Aug 2000 01:09:12 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.2RC1~208 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ebea7d35ec10b43b0e1ab6d48fba3bbbecf7554;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index eaf64e4155..32511fec1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,76 @@ +2000-08-06 Zeev Suraski + + * main/main.c: + Reverse this patch - it really shouldn't be in the error handler, but in the place + that generates the error... + + * win32/sendmail.c: Fix warning + + * win32/sendmail.c: Fix & optimize + +2000-08-06 Egon Schmid + + * ext/pspell/pspell.c: Added a parameter type. + + * ext/pspell/pspell.c: Fixed some protos. + +2000-08-06 Sascha Schumann + + * main/php_virtual_cwd.h: Including utime.h once is enough. + +2000-08-06 Egon Schmid + + * ext/standard/exec.c: + Description from the ChangeLog. Thies, is it correct? + +2000-08-06 Stanislav Malyshev + + * main/php_virtual_cwd.h: Add utime include + + * win32/sendmail.c: Add Joey Smith's sendmail_port patch + +2000-08-06 Sascha Schumann + + * configure.in + main/php_virtual_cwd.h: Include in php_virtual_cwd.h. + +2000-08-06 Stanislav Malyshev + + * main/php_virtual_cwd.c: Replace min() - not everyone has it + + * main/php.h: fix stupid bug + +2000-08-06 Andi Gutmans + + * ext/standard/file.c + ext/standard/filestat.c + main/fopen-wrappers.c + main/php.h + main/php_virtual_cwd.c + main/php_virtual_cwd.h: Virtualize realpath, chmod, chown and utime + This should fix #5935 and #5904 + +2000-08-06 Egon Schmid + + * ext/standard/string.c: Changed some protos. + +2000-08-06 Hartmut Holzgraefe + + * ext/standard/url_scanner.c: + removed a BAD IDEA (tm) that filtered out backslashes + +2000-08-06 Rasmus Lerdorf + + * main/rfc1867.c: + Support content-encoding headers in file upload mime parts + + * main/php.h: + decouple this check just in case we hit a weird system that has one + and not the other. And we specifically check for this, so we should + use the information. + + * php.ini-dist: Remove mysql dll + 2000-08-05 Danny Heijl * ext/informix/ifx.ec: