From: Date: Tue, 30 Jul 2002 00:19:14 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: dev~104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05e14619b33af1ec5576e3c09afd55c04e74f156;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 27ea32abfd..5509f82e3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,49 @@ +2002-07-29 Sterling Hughes + + * ext/xslt/sablot.c: add sablotron version, patch by Christian Stocker... + +2002-07-29 dickmeiss + + * ext/yaz/php_yaz.c: Make PHP part of Z39.50 implementation name + + * ext/yaz/php_yaz.c: Use type ext rather than raw for ZOOM record fetch + +2002-07-29 kalowsky + + * NEWS: updating the NEWS file + +2002-07-29 chregu + + * ext/domxml/php_domxml.c: + - nodename is not always set, check if it really is. + - make force_ref for aliases as well + +2002-07-29 edink + + * win32/php4dllts.dsp: + Fixed windows build by adding sha1.c and sha1.h to the project file. + + * ext/standard/dir.c: Fixed bug #14657 (patch by Steph Fox) + + * win32/readdir.c + win32/readdir.h: Fixed bug #11214 (patch by Steph Fox) + + * main/php_ini.c: + First try to open php-SAPI.ini and if it fails fall back to regular + php.ini file. For example cli version of PHP will first try to open + php-cli.ini in the usual ini file search path and only if it fails + will it try to open php.ini using the same path. + +2002-07-29 Sascha Schumann + + * NEWS: style police + +2002-07-29 sniper + + * sapi/apache/config.m4 + sapi/apache2filter/config.m4 + acinclude.m4: MFH: Fix for Apache version check. + 2002-07-28 sniper * ext/mbstring/mbstring.c: MFH