madhabkirank / google-api-adwords-php

Automatically exported from code.google.com/p/google-api-adwords-php
0 stars 0 forks source link

soap.wsdl_cache_dir #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Shouldn't soap.wsdl_cache_dir setting be user defined like in Apility lib 
instead of hard-coded in AdsUser.php line 154?

Original issue reported on code.google.com by evey...@gmail.com on 17 Dec 2009 at 6:13

GoogleCodeExporter commented 8 years ago
I believe that same section of code disables WSDL caching entirely, but it may 
be 
worth exposing these settings in the ini file or merely relying on the values 
in the 
php.ini file.

Original comment by api.ekol...@gmail.com on 17 Dec 2009 at 8:59

GoogleCodeExporter commented 8 years ago

Original comment by api.ekol...@gmail.com on 17 Dec 2009 at 8:59

GoogleCodeExporter commented 8 years ago
It should either be configurable in the settings or removed entirely, so it can 
be
set in the server or vhost settings.

Original comment by ckr...@klicktel.de on 9 Apr 2010 at 1:51

GoogleCodeExporter commented 8 years ago
This has been implemented and committed to the trunk.  The settings.ini file 
now has 
an option for the type of WSDL caching to be used, with the default being none. 
 All 
other WSDL caching settings are set in php.ini.

http://code.google.com/p/google-api-adwords-
php/source/browse/trunk/src/Google/Api/Ads/AdWords/settings.ini

Original comment by api.ekol...@gmail.com on 9 Apr 2010 at 4:00