In the past month, since August 27, 2015, we've been seeing the following PHP fatal error happen periodically:
Here is a listing of error counts to show the most common files/lines where it has been happening (leftmost number is error count):
40 PHP Fatal error: Maximum execution time of 0 seconds exceeded in /path/vendor/googleads/googleads-php-lib/src/Google/Api/Ads/AdWords/Lib/AdWordsSoapClient.php on line 129
25 PHP Fatal error: Maximum execution time of 0 seconds exceeded in /path/vendor/googleads/googleads-php-lib/src/Google/Api/Ads/Common/Lib/AdsSoapClient.php on line 217
13 PHP Fatal error: Maximum execution time of 0 seconds exceeded in /path/vendor/googleads/googleads-php-lib/src/Google/Api/Ads/Common/Util/XmlUtils.php on line 50
9 PHP Fatal error: Maximum execution time of 0 seconds exceeded in /path/vendor/googleads/googleads-php-lib/src/Google/Api/Ads/Common/Util/SoapRequestXmlFixer.php on line 142
3 PHP Fatal error: Maximum execution time of 0 seconds exceeded in /path/vendor/googleads/googleads-php-lib/src/Google/Api/Ads/Common/Util/XmlUtils.php on line 61
2 PHP Fatal error: Maximum execution time of 0 seconds exceeded in /path/vendor/googleads/googleads-php-lib/src/Google/Api/Ads/Common/Util/XmlUtils.php on line 47
2 PHP Fatal error: Maximum execution time of 0 seconds exceeded in /path/vendor/googleads/googleads-php-lib/src/Google/Api/Ads/Common/Util/SoapRequestXmlFixer.php on line 140
2 PHP Fatal error: Maximum execution time of 0 seconds exceeded in /path/vendor/googleads/googleads-php-lib/src/Google/Api/Ads/Common/Lib/AdsSoapClient.php on line 531
1 PHP Fatal error: Maximum execution time of 0 seconds exceeded in /path/vendor/googleads/googleads-php-lib/src/Google/Api/Ads/Common/Util/XmlUtils.php on line 48
1 PHP Fatal error: Maximum execution time of 0 seconds exceeded in /path/vendor/googleads/googleads-php-lib/src/Google/Api/Ads/Common/Util/XmlUtils.php on line 0
1 PHP Fatal error: Maximum execution time of 0 seconds exceeded in /path/vendor/googleads/googleads-php-lib/src/Google/Api/Ads/Common/Util/SoapRequestXmlFixer.php on line 93
1 PHP Fatal error: Maximum execution time of 0 seconds exceeded in /path/vendor/googleads/googleads-php-lib/src/Google/Api/Ads/Common/Util/SoapRequestXmlFixer.php on line 152
1 PHP Fatal error: Maximum execution time of 0 seconds exceeded in /path/vendor/googleads/googleads-php-lib/src/Google/Api/Ads/Common/Util/SoapRequestXmlFixer.php on line 135
1 PHP Fatal error: Maximum execution time of 0 seconds exceeded in /path/vendor/googleads/googleads-php-lib/src/Google/Api/Ads/Common/Lib/AdsSoapClient.php on line 533
1 PHP Fatal error: Maximum execution time of 0 seconds exceeded in /path/vendor/googleads/googleads-php-lib/src/Google/Api/Ads/Common/Lib/AdsSoapClient.php on line 532
1 PHP Fatal error: Maximum execution time of 0 seconds exceeded in /path/vendor/googleads/googleads-php-lib/src/Google/Api/Ads/Common/Lib/AdsSoapClient.php on line 179
1 PHP Fatal error: Maximum execution time of 0 seconds exceeded in /path/vendor/googleads/googleads-php-lib/src/Google/Api/Ads/Common/Lib/AdsSoapClient.php on line 0
We are running API v201506 using the PHP Client Library googleads/googleads-php-lib v6.1.0.
PHP CLI INI max_execution_time is set to 0, and max_input_time is set to -1, if that information is relevant.
Any ideas on why this fatal error may be occurring, or any suggestions on how to prevent it?
Thanks.