From: Date: Mon, 10 Apr 2006 05:31:46 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_3~116 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88aa79d9565ada779328f7bf69e877f50e72dd29;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c5b183f687..c32116116d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +2006-04-09 Andrei Zmievski + + * (PHP_5_1) + NEWS: + Speed up SoapClient/SoapServer constructors by caching WSDL structures + in memory. All WSDL files will be cached, unless turned off via an + option to the constructor. + +2006-04-09 Edin Kadribasic + + * ext/gettext/config.w32: + MFB: Fixed bug #36935 + + * (PHP_5_1) + ext/gettext/config.w32: + Fixed bug #36935 + +2006-04-09 Ilia Alshanetsky + + * ext/standard/filestat.c: + MFB51: Fixed bug #36875 (is_*() functions do not account for open_basedir). + + * (PHP_5_1) + NEWS + ext/standard/filestat.c: + -** empty log message *** + 2006-04-08 Andrei Zmievski * Makefile.global