changelog Mon Apr 10 05:31:46 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2310&r2=1.2311&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2310 php-src/ChangeLog:1.2311 --- php-src/ChangeLog:1.2310 Sun Apr 9 05:31:48 2006 +++ php-src/ChangeLog Mon Apr 10 05:31:46 2006 @@ -1,3 +1,30 @@ +2006-04-09 Andrei Zmievski <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * ext/gettext/config.w32: + MFB: Fixed bug #36935 + + * (PHP_5_1) + ext/gettext/config.w32: + Fixed bug #36935 + +2006-04-09 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> * Makefile.global