ID:               17818
 Comment by:       fsiaw at triangleauto dot com dot sg
 Reported By:      clay at incogen dot com
 Status:           No Feedback
 Bug Type:         PHP options/info functions
 Operating System: SunOS jabba 5.7 Generic_106541-1
 PHP Version:      4.2.1
 New Comment:

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 />"; 
} 
?>


Previous Comments:
------------------------------------------------------------------------

[2002-11-21 03:43:36] kalpesh dot c at globalwebwise dot com

I have also accure this type of error.
"Fatal error Maximum Execution Time 30 seconds exceeded"
if anybody have to solucation for that so please quick answer send me.

------------------------------------------------------------------------

[2002-09-11 11:20:41] [EMAIL PROTECTED]

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.



------------------------------------------------------------------------

[2002-06-18 18:05:48] [EMAIL PROTECTED]

So this happens ONLY with that one script?


------------------------------------------------------------------------

[2002-06-18 17:44:07] clay at incogen dot com

Don't we all wish it were that easy.  The script that is causing this
problem is pulling large datasets from Oracle, calling all sorts of
libraries, its an insane machine of scripts.  I think this (the OCI
usage)is probably were the problem originates.  However, I am concerned
that the  error message does not reflect the time out value.  Is the
error message hard-coded to 30 seconds?  phpInfo() knows the max
execution time value that I have set, so why doesn't the error message?

------------------------------------------------------------------------

[2002-06-18 17:38:45] [EMAIL PROTECTED]

Please add a short example script here which causes this problem.


------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/17818

-- 
Edit this bug report at http://bugs.php.net/?id=17818&edit=1

Reply via email to