Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

soap.wsdl_cache_enabled

Tags:

php

I want to set value of soap.wsdl_cache_enabled = 0 in php.ini, but do not get any option in ini.

How to change it?

I have a WordPress plugin which gets data form a webservice, I have deleted the WSDL file but it is working, is it taking from cache?

like image 472
Bidyut Avatar asked Mar 31 '26 06:03

Bidyut


1 Answers

Try this in your config file:

ini_set('soap.wsdl_cache_enabled', '0'); 
ini_set('soap.wsdl_cache_ttl', '0'); 
like image 181
Vlad Preda Avatar answered Apr 02 '26 18:04

Vlad Preda



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!