php-src/ext/soap/tests
Dmitry Stogov c83968d4fc Cleaned up Andrei's patch for caching WSDL in process memory, added TTL and LIMIT for memory cache.
Memory cache is disblead by fefault because it is experemental and isn't tested enough. It can be enabled whit configuartion directive "soap.wsdl_cache = WSDL_CACHE_MEMORY" or "soap.wsdl_cache = WSDL_CACHE_BOTH" or derectly in SoapClent/Soa
pServer constructor: $ws = new SoapClient($wsdl, array("cache_wsdl"=>WSDL_CACHE_BOTH))
Disk and memory caches use the same TTL value - "soap.wsdl_cache_ttl".
Configuration directive "soap.wsdl_cache_limit" restricts the number of cached w
sdl files in memory. Adding new files into full memory cache will delete oldest files from it.
Note that, each PHP process or thread uses it's own memory cache.
2006-04-19 10:49:16 +00:00
..
bugs Cleaned up Andrei's patch for caching WSDL in process memory, added TTL and LIMIT for memory cache. 2006-04-19 10:49:16 +00:00
interop Fixed bug #36629 (SoapServer::handle() exits on SOAP faults) 2006-03-10 11:47:06 +00:00
schema Fixed bug #36083 (SoapClient waits for responses on one-way operations) 2006-02-07 12:49:30 +00:00
soap12 Fixed bug #36629 (SoapServer::handle() exits on SOAP faults) 2006-03-10 11:47:06 +00:00
any.phpt Fixed SIGSEGV 2005-11-01 11:11:19 +00:00
classmap001.phpt namespace was renamed 2004-11-17 06:18:18 +00:00
classmap002.phpt namespace was renamed 2004-11-17 06:18:18 +00:00
classmap003.phpt Fixed bug #36575 (SOAP: Incorrect complex type instantiation with hierarchies) 2006-03-03 09:20:51 +00:00
classmap003.wsdl Fixed encoding of inhereted objects 2006-02-01 17:18:38 +00:00
classmap.wsdl Some tests were fixed 2005-04-20 06:36:10 +00:00
server001.phpt PHP API was changed (see readme.html for more details). 2004-02-05 20:26:05 +00:00
server002.phpt PHP API was changed (see readme.html for more details). 2004-02-05 20:26:05 +00:00
server003.phpt PHP API was changed (see readme.html for more details). 2004-02-05 20:26:05 +00:00
server004.phpt PHP API was changed (see readme.html for more details). 2004-02-05 20:26:05 +00:00
server005.phpt PHP API was changed (see readme.html for more details). 2004-02-05 20:26:05 +00:00
server006.phpt PHP API was changed (see readme.html for more details). 2004-02-05 20:26:05 +00:00
server007.phpt PHP API was changed (see readme.html for more details). 2004-02-05 20:26:05 +00:00
server008.phpt PHP API was changed (see readme.html for more details). 2004-02-05 20:26:05 +00:00
server009.phpt PHP API was changed (see readme.html for more details). 2004-02-05 20:26:05 +00:00
server010.phpt PHP API was changed (see readme.html for more details). 2004-02-05 20:26:05 +00:00
server011.phpt PHP API was changed (see readme.html for more details). 2004-02-05 20:26:05 +00:00
server012.phpt PHP API was changed (see readme.html for more details). 2004-02-05 20:26:05 +00:00
server013.phpt PHP API was changed (see readme.html for more details). 2004-02-05 20:26:05 +00:00
server014.phpt PHP API was changed (see readme.html for more details). 2004-02-05 20:26:05 +00:00
server015.phpt Allowing to pass request to SoapServer::handle direct (not through $HTTP_RAW_POST_DATA). 2004-02-09 07:51:07 +00:00
server016.phpt Allowing to report SOAP Fault with "return new SoapFault(...)" 2004-02-09 09:31:18 +00:00
server017.phpt Fixed bug #36629 (SoapServer::handle() exits on SOAP faults) 2006-03-10 11:47:06 +00:00
server018.phpt Fixed bug #36629 (SoapServer::handle() exits on SOAP faults) 2006-03-10 11:47:06 +00:00
server019.phpt HTTP compression (memory leak was fixed) 2004-02-25 14:37:06 +00:00
server020.phpt HTTP compression (memory leak was fixed) 2004-02-25 14:37:06 +00:00
server021.phpt Test is fixed. (__call() requires two parameters). 2004-08-10 09:57:16 +00:00
server022.phpt Fixed bug #36629 (SoapServer::handle() exits on SOAP faults) 2006-03-10 11:47:06 +00:00
server023.phpt Fixed bug #36721 (The SoapServer is not able to send a header that it didn't receive) 2006-03-21 12:05:10 +00:00
server024.phpt Fixed bug #36721 (The SoapServer is not able to send a header that it didn't receive) 2006-03-21 12:05:10 +00:00
server025.phpt Fixed bug #36721 (The SoapServer is not able to send a header that it didn't receive) 2006-03-21 12:05:10 +00:00
server025.wsdl Fixed bug #36721 (The SoapServer is not able to send a header that it didn't receive) 2006-03-21 12:05:10 +00:00
skipif.inc
test.wsdl
transport001.phpt Change soap's ctors to __construct(), 2004-09-13 11:55:24 +00:00