phpinfo();
phpinfo(INFO_MODULES);
php -i | grep "Loaded Configuration File"
or php --ini
which php
php -m
php -ini|grep extension_dir
Do not cache SOAP WSDL:
ini_set("soap.wsdl_cache_enabled", "0");
- Related Gist: https://gist.github.com/hofmannsven/9976152