SOAP wsdl cache is not enabled after initial requests
[2012-10-13 05:46 UTC] jawed@php.net
Description: ------------ SOAP wsdl cache is not enabled after initial requests because the OnUpdateCacheEnabled is not always called per request context. Because of this, SOAP_GLOBAL(cache) is almost always "0" and WSDL caching is disabled. WSDL caching is enabled and the caching type is set to WSDL_CACHE_MEMORY (although the cache type doesn't matter). Expected result: ---------------- On subsequent requests after MINIT ext/soap returns the persistent sdlPtr. Actual result: -------------- On subsequent requests after MINIT ext/soap does not return the persistent sdlPtr because SOAP_GLOBAL(cache) is 0 (even though the sdlPtr exists in SOAP_GLOBAL(mem_cache)).
[2012-10-28 20:13 UTC] felipe@php.net
-Status: Open +Status: Assigned -Assigned To: +Assigned To: dmitry
[2012-11-29 12:45 UTC] dmitry@php.net
-Status: Assigned +Status: Closed