dmitry Thu Feb 12 06:02:17 2004 EDT
Modified files:
/php-src/ext/soap/tests/schema test_schema.inc
Log:
Caching of temorary WSDL files was disabled.
http://cvs.php.net/diff.php/php-src/ext/soap/tests/schema/test_schema.inc?r1=1.4&r2=1.5&ty=u
Index: php-src/ext/soap/tests/schema/test_schema.inc
diff -u php-src/ext/soap/tests/schema/test_schema.inc:1.4
php-src/ext/soap/tests/schema/test_schema.inc:1.5
--- php-src/ext/soap/tests/schema/test_schema.inc:1.4 Wed Feb 11 08:53:50 2004
+++ php-src/ext/soap/tests/schema/test_schema.inc Thu Feb 12 06:02:16 2004
@@ -53,6 +53,7 @@
$f = fopen($fname,"w");
fwrite($f,$wsdl);
fclose($f);
+ ini_set("soap.wsdl_cache_enabled",0);
$x = new SoapClient($fname, array("trace"=>1,"exceptions"=>0));
$y = new SoapServer($fname);
$y->addfunction("test");
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php