Hi Umesh, As I stated, it's a CLI script that is using the AdWords API and according to the PHP documentation that you linked and I referenced in my post, max_execution_time has a default value of 0. Furthermore, according to the PHP documentation, no time limit is imposed if set to 0 (http://php.net/manual/en/function.set-time-limit.php).
So my question again is, why would this error be happening in the AdWords API code if I'm following the PHP-documented way for no execution time timeout? Any ideas on what is going on? Thanks. Mark On Friday, October 2, 2015 at 7:47:13 AM UTC-7, Umesh Dengale wrote: > > Hi Mark, > > You are getting *Maximum execution time of 0 seconds exceeded *error as > max_execution_time > is set to zero at your end and not related to the AdWords API. For setting > value for the property max_execution_time > <http://php.net/manual/en/info.configuration.php#ini.max-execution-time> > (default > value is 30 seconds), please check this > <http://php.net/manual/en/info.configuration.php> PHP guide. > > Thanks, > Umesh, AdWords API Team. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/788d174e-d166-426c-9e2d-0bd5eb2c4e8b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
