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
classmap002.phpt
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
server001.phpt
server002.phpt
server003.phpt
server004.phpt
server005.phpt
server006.phpt
server007.phpt
server008.phpt
server009.phpt
server010.phpt
server011.phpt
server012.phpt
server013.phpt
server014.phpt
server015.phpt
server016.phpt
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
server020.phpt
server021.phpt
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