From: Date: Mon, 14 May 2001 01:09:15 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~436 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=796217d3f1f692d55deac163fd82e9220921bfa5;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 3e1e293a4b..4b447610cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,65 @@ +2001-05-13 Harald Radi + + * win32/php4dll.dsp + win32/php4dllts.dsp: renamed *typedef_VARIANT.* to *VARIANT.* + + * main/internal_functions_win32.c: + changed php_typedef_VARIANT.h to php_VARIANT.h + + * ext/com/VARIANT.c: renamed + +2001-05-13 Mika Tuupola + + * pear/Image/Remote.php: + * Fixed a typo in example usage. + +2001-05-13 Harald Radi + + * ext/com/VARIANT.c + ext/com/com.h + ext/com/conversion.c: modified because of the changes in com.c + + * ext/com/COM.c: also changed the return values of the internal functions from VARIANT + to pval, so there's no need to convert the returned value after each function + call and the real hashtable entry is returned and not only a copy of it. + +2001-05-13 Mika Tuupola + + * pear/Image/Remote.php: + * Added error handling via PEAR_Error. + +2001-05-13 Harald Radi + + * ext/dotnet/dotnet.cpp: + added an additional parameter to dotnet_load to specify the codepage (phanto) + +2001-05-13 Wez Furlong + + * ext/mbstring/mbfilter.c: + Removed redundant (and incorrect) '0' from "begin" string for uudecode. + +2001-05-13 Zeev Suraski + + * sapi/apache/mod_php4.c + sapi/apache/mod_php4.h + sapi/apache/php_apache.c: MFH + + * sapi/apache/mod_php4.c + sapi/apache/mod_php4.h + sapi/apache/php_apache.c: Safer detection of recursive PHP invocations + + * win32/php4dllts.dsp: Fix broken XML build + +2001-05-13 Sascha Schumann + + * ext/session/mod_files.c + ext/session/session.c: Nuke some warnings. + +2001-05-13 Sebastian Bergmann + + * win32/php4dllts.dsp: + Nuke HAVE_LIBEXPAT2. We define HAVE_LIBEXPAT in config.w32.h, and that does the trick. + 2001-05-12 Wez Furlong * ext/mbstring/mbfilter.c: