|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-06-18 12:18 UTC] clay at incogen dot com
I have tried to set the max_execution time using both the php.ini and the set_time_limit function. Setting these values to > 30 or to 0 which is supposed to be unlimited has produced the same error message Fatal error Maximum Execution Time 30 seconds exceeded here is my phpInfo SystemSunOS jabba 5.7 Generic_106541-18 sun4u sparc SUNW,Ultra-4 Build DateJun 17 2002 10:54:33 Configure Command './configure' '--prefix=/raid5/geneport/php' '--with-apxs=/raid5/geneport/aldev/apache_1/bin/apxs' '--without-mysql' '--with-oci8' '--enable-track-vars' '--enable-gd-native-ttf' '--with-gd' '--with-freetype-dir=/usr/local' '--with-png-dir=/usr/local' '--with-zlib=/usr/local' '--with-config-file-path=/raid5/geneport/php/conf' Server APIApache Virtual Directory Supportdisabled Configuration File (php.ini) Path/raid5/geneport/php/conf/php.ini Debug Buildno Thread Safetydisabled PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 16:00:01 2025 UTC |
Have the same error when I test the DOM. Please help here is the script I was testing with <?php $domainObject = new COM("WinNT://Domain"); while ($obj = $domainObject->Next()) { echo $obj->Name . "<br />"; } ?>