PHP 8.5.0 Beta 2 available for testing

Voting

: four plus zero?
(Example: nine)

The Note You're Voting On

Ryan
16 years ago
If you are having an issue where SOAP cannot find the functions that are actually there if you view the wsdl file, it's because PHP is caching the wsdl file (for a day at a time). To turn this off, have this line on every script that uses SOAP: ini_set("soap.wsdl_cache_enabled", "0"); to disable the caching feature.

<< Back to user notes page

To Top