From: Date: Sat, 9 Sep 2000 01:09:05 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.3RC1~234 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d24db9ac020c614d981cce96693237dabc3b879;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 3320ee3949..0efc078172 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,91 @@ +2000-09-08 Zeev Suraski + + * ext/standard/basic_functions.c + ext/standard/file.c + ext/standard/file.h + main/SAPI.c: Implement move_uploaded_file() (untested) + + * ext/standard/basic_functions.h: Fix build + +2000-09-08 Andrei Zmievski + + * ext/standard/basic_functions.c: + is_uploaded_file() is probably a better name. + +2000-09-08 Zeev Suraski + + * main/SAPI.c + main/SAPI.h + main/rfc1867.c + ext/standard/basic_functions.c + ext/standard/basic_functions.h: - Implemented is_upload_file() + +2000-09-08 Jon Parise + + * sapi/apache/mod_php4.c: Fix build after last commit. + +2000-09-08 Zeev Suraski + + * sapi/roxen/roxen.c + sapi/servlet/servlet.c + sapi/thttpd/thttpd.c + sapi/phttpd/phttpd.c + sapi/pi3web/pi3web_sapi.c + sapi/apache/mod_php4.c + sapi/cgi/cgi_main.c + sapi/isapi/php4isapi.c + sapi/nsapi/nsapi.c + main/SAPI.c + main/SAPI.h + sapi/aolserver/aolserver.c: + Restore the headers_only test to the centralized SAPI startup. If necessary, it can + be overriden in the activate() callback. + +2000-09-08 Stanislav Malyshev + + * main/fopen-wrappers.c + main/main.c: Never trust snprintf return value + + * main/main.c: Fix crash on very long error messages + Manual for snprintf says: + If the output was truncated, the return value is -1, oth- + erwise it is the number of characters stored, not includ- + ing the terminating null. + And that's a blatant lie - in reality, libc 2.1 always returns number of + characters that _would be_ stored. I hate those libc bugs. Now we should go + and check every place we trusted snprintf return value. + +2000-09-08 Jani Taskinen + + * ext/pdf/pdf.c: Fixed typo. Changed php3_error to php_error. + +2000-09-08 Stanislav Malyshev + + * main/main.c: Fix syslog call + +2000-09-08 Jani Taskinen + + * ext/pdf/pdf.c: Changed // to /* */ comments. + +2000-09-08 Stanislav Malyshev + + * ext/standard/syslog.c: + Since we don't allow parameters for syslog, we shouln't pass the + string as format + +2000-09-08 Andi Gutmans + + * sapi/apache/php4apache.dsp: - Add another ..\ to the TSRM search path + + * sapi/apache/php4apache.dsp: + - Add TSRM to the apache workspace include path + +2000-09-08 Uwe Steinmann + + * ext/pdf/pdf.c: + - last parameter of pdf_get_parameter(), pdf_get_value() optional + - fixes to make it compile with sun cc + 2000-09-07 Derick Rethans * EXTENSIONS: - The mcrypt extension also works with 2.4.4 since php 4.0.2