From: Date: Sat, 5 Aug 2000 01:09:13 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3df7086d71db1be9d693ede24ae24a64f6775ab;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index a21ac96544..861c7d3c00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,65 @@ +2000-08-04 Hartmut Holzgraefe + + * main/main.c + php.ini-dist + php.ini-optimized: + changed default sendmail flags from '-t' to '-t -i' (bugid#5374) + +2000-08-04 Sam Ruby + + * ext/java/java.c: + Fix for bug 5911 - ANSI C violation: lvalues are not assignable + + * ext/java/java.c: + Restore the ability to clean compile in non-multithreaded environments + +2000-08-04 Thies C. Arntzen + + * ext/posix/posix.c: fixed ZTS compile + +2000-08-04 Jani Taskinen + + * ext/ldap/ldap.c: - This should fix bug #5964 + +2000-08-04 Rasmus Lerdorf + + * sapi/apache/mod_php4.c: Fix typo + +2000-08-04 Hartmut Holzgraefe + + * ext/standard/url_scanner.h: +2000-08-04 Egon Schmid + + * ext/standard/reg.c: Sorry only the *_replaceparameters are wrong. + + * ext/standard/reg.c: Wrong parameters found by Martin Buchholz @ six.de. + +2000-08-04 Stig Bakken + + * pear/DB/mysql.php: Removed debug output from DB_mysql::execute. + +2000-08-04 Hartmut Holzgraefe + + * ext/standard/array.c: ooops - theese new parameters are optional + + * ext/standard/array.c: + added new second parameter to osrt functions in the protos + + * ext/standard/url_scanner.re: no longer needed + + * ext/standard/url_scanner.c: do not rewrite absolute urls + (should be more clever and identify itself though) + +2000-08-04 Joey Smith + + * win32/sendmail.c: Geez, you'd think English wasn' tmy native tongue. + + * win32/sendmail.c: Outdated URL, link to the master site instead. + +2000-08-04 Rasmus Lerdorf + + * ext/ext_skel: Small portability fix + 2000-08-03 Hartmut Holzgraefe * ext/standard/mail.c: