From: Date: Sat, 8 Jul 2000 01:09:03 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~360 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68b639b4f52063f5c6ffd43881c154a0bbc6f110;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 23fe832fff..cbeb545986 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2000-07-07 Jouni Ahto + + * ext/gd/gdttf.c: + - Restore testing for Unicode charmap to what it was, it was working(?), this + shouldn't have any effect on other charmaps. + - Remove bogus message about not finding any Unicode mapping table. + + * ext/interbase/interbase.c + ext/interbase/php_interbase.h: + - Move away from encoding transaction number into link_id and use properly + resources instead for both. + - Some cleaning. + +2000-07-07 Stanislav Malyshev + + * ext/standard/file.c: + Fix fgets re-allocation (add +1 to accomondate ending \0). + + * ext/posix/posix.c: Fix add_assoc_string functions. + add_assoc_string(l) last parameter is "duplicate", not string length. + 2000-07-06 Andrei Zmievski * TODO: WDDX now implements __sleep()/__wakeup() functionality.