From: Date: Sat, 10 Nov 2001 01:10:52 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: ChangeLog~376 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad6607332beb2de60a2ddea72dde794825b6eb7d;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 199d998077..b2e584bf39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2001-11-09 Jon Parise + + * ext/gettext/config.m4 + ext/gettext/gettext.c + ext/gettext/php_gettext.h: + Added support for bind_textdomain_codeset(). (rudib@email.si) + +2001-11-09 Alan Brown + + * ext/com/COM.c: + Not all components populate every field in the ExceptInfo structure. Thus we sometimes would try to convert NULL strings and see php_OLECHAR_to_char errors while displaying Exception information. This version is a little smarter about the member derefencing and the resulting error string. + +2001-11-09 Sascha Schumann + + * ext/ircg/ircg.c: + Move code which refers to conditional structure elements into the + same #ifdefs. + + Thanks to Sebastian for noticing this. + + * ext/ircg/ircg.c: + Some reformatting and addition of {{{..}}} and a fix for a missing + header file when compiling against older IRCG versions. + 2001-11-08 Derick Rethans * ext/pdf/pdf.c: - oops :)