php-src/ext/soap/tests/bugs
Dmitry Stogov 68906dbe62 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/SoapServer 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 wsdl 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:48:54 +00:00
..
bug27722.phpt
bug27722.wsdl
bug27742.phpt
bug27742.wsdl
bug28751.phpt
bug28969.phpt Change soap's ctors to __construct(), 2004-09-13 11:55:24 +00:00
bug28985.phpt Fixed bug #28985 (__getTypes() returning nothing on complex WSDL). 2004-07-19 14:55:35 +00:00
bug28985.wsdl Fixed bug #28985 (__getTypes() returning nothing on complex WSDL). 2004-07-19 14:55:35 +00:00
bug29061.phpt
bug29061.wsdl
bug29109.phpt Fixed bugs #29109 and #29236. (WSDL cache failure) 2004-07-19 13:58:10 +00:00
bug29109.wsdl Fixed bugs #29109 and #29236. (WSDL cache failure) 2004-07-19 13:58:10 +00:00
bug29236.phpt Fix qualified names for attributes according to attributeFormDefault. 2005-04-03 15:39:56 +00:00
bug29236.wsdl Fixed bugs #29109 and #29236. (WSDL cache failure) 2004-07-19 13:58:10 +00:00
bug29795.phpt Change soap's ctors to __construct(), 2004-09-13 11:55:24 +00:00
bug29795.wsdl Fixed bug #29795 (SegFault with Soap and Amazon's Web Services) 2004-08-26 15:26:32 +00:00
bug29830.phpt Merged bug fixes from PHP_5_0. 2004-08-26 12:24:54 +00:00
bug29839.phpt Change soap's ctors to __construct(), 2004-09-13 11:55:24 +00:00
bug29839.wsdl Fixed bug #29839 (incorrect convert (xml:lang to lang)) 2004-08-26 18:43:06 +00:00
bug29844.phpt Change soap's ctors to __construct(), 2004-09-13 11:55:24 +00:00
bug29844.wsdl Merged bug fixes from PHP_5_0. 2004-08-26 12:24:54 +00:00
bug30045.phpt Fixed test 2006-04-10 12:50:02 +00:00
bug30106.phpt Fixed bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught SoapFault exception) 2005-03-22 10:19:08 +00:00
bug30106.wsdl Fixed bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught SoapFault exception) 2005-03-22 10:19:08 +00:00
bug30175.phpt Fixed bug #30175 (SOAP results aren't parsed correctly) 2004-10-05 16:00:40 +00:00
bug30175.wsdl Fixed bug #30175 (SOAP results aren't parsed correctly) 2004-10-05 16:00:40 +00:00
bug30799.phpt Fixed bug #30799 (SoapServer doesn't handle private or protected properties) 2004-11-16 13:04:39 +00:00
bug30928.phpt Fixed bug #30928 (When Using WSDL, SoapServer doesn't handle private or protected properties) 2004-12-07 17:29:42 +00:00
bug30928.wsdl Support for <soap:body> "parts" attribute 2005-03-21 15:52:53 +00:00
bug30994.phpt Fixed bug #30994 (SOAP server unable to handle request with references). 2004-12-14 13:58:57 +00:00
bug31422.phpt Fixed bug #31422 (No Error-Logging on SoapServer-Side). 2005-01-20 12:48:01 +00:00
bug31695.phpt Fixed bug #31695 (Cannot redefine endpoint when using WSDL) 2005-03-23 07:11:55 +00:00
bug31695.wsdl Fixed bug #31695 (Cannot redefine endpoint when using WSDL) 2005-03-23 07:11:55 +00:00
bug31755.phpt Fixed bug #31755 (Cannot create SOAP header in no namespace) 2005-02-02 09:11:46 +00:00
bug32776.phpt Fixed bug #32776 (SOAP doesn't support one-way operations) 2005-04-20 10:59:02 +00:00
bug32776.wsdl Fixed bug #32776 (SOAP doesn't support one-way operations) 2005-04-20 10:59:02 +00:00
bug32941.phpt Fixed bug #32941 (Sending structured SOAP fault kills a php) 2005-06-01 14:43:13 +00:00
bug32941.wsdl Fixed bug #32941 (Sending structured SOAP fault kills a php) 2005-06-01 14:43:13 +00:00
bug34449.phpt MFH (Bug #34643 wsdl default value) 2005-10-03 09:53:13 +00:00
bug34453.phpt Fixed bug #34453 (parsing http://www.w3.org/2001/xml.xsd exception) 2005-09-28 11:24:18 +00:00
bug34453.wsdl Fixed bug #34453 (parsing http://www.w3.org/2001/xml.xsd exception) 2005-09-28 11:24:18 +00:00
bug34643.phpt MFH (Bug #34643 wsdl default value) 2005-10-03 09:53:13 +00:00
bug34643.wsdl Fixed bug #34643 (wsdl default value has no effect) 2005-09-27 15:25:10 +00:00
bug35142.phpt Fixed bug #36575 (SOAP: Incorrect complex type instantiation with hierarchies) 2006-03-03 09:20:33 +00:00
bug35142.wsdl Fixed bug #35142 (SOAP Client/Server Complex Object Support) 2005-11-08 08:30:19 +00:00
bug35273.phpt Fixed bug #35273 (Error in mapping soap - java types) 2005-11-18 11:00:15 +00:00
bug36226.phpt Fixed bug #36575 (SOAP: Incorrect complex type instantiation with hierarchies) 2006-03-03 09:20:33 +00:00
bug36575.phpt Fixed bug #36575 (SOAP: Incorrect complex type instantiation with hierarchies) 2006-03-03 09:20:33 +00:00
bug36575.wsdl Fixed bug #36575 (SOAP: Incorrect complex type instantiation with hierarchies) 2006-03-03 09:20:33 +00:00
bug36614.phpt Fixed Bug #36614 (Segfault when using Soap) 2006-03-15 16:13:18 +00:00
bug36614.wsdl Fixed Bug #36614 (Segfault when using Soap) 2006-03-15 16:13:18 +00:00
bug36629.phpt Fixed Bug #36614 (Segfault when using Soap) 2006-03-15 16:13:18 +00:00
bug36908.phpt Fixed bug #36908 (wsdl default value overrides value in soap request). 2006-04-10 13:29:48 +00:00
bug36908.wsdl Fixed bug #36908 (wsdl default value overrides value in soap request). 2006-04-10 13:29:48 +00:00
bug37083.phpt Cleaned up Andrei's patch for caching WSDL in process memory, added TTL and LIMIT for memory cache. 2006-04-19 10:48:54 +00:00
bug37083.wsdl Fixed bug #37083 (Frequent crashs in SOAP extension with new WSDL caching code in multithread WS). (Andrei, Dmitry) 2006-04-18 13:07:59 +00:00
skipif.inc
xml2.xsd Fixed bug #34453 (parsing http://www.w3.org/2001/xml.xsd exception) 2005-09-28 11:24:18 +00:00
xml.xsd Fixed bug #29839 (incorrect convert (xml:lang to lang)) 2004-08-26 18:43:06 +00:00