Edit report at http://bugs.php.net/bug.php?id=30853&edit=1
ID: 30853 Updated by: [email protected] Reported by: sonny2 at gmx dot de Summary: Need new function -Status: Open +Status: Wont fix Type: Feature/Change Request -Package: Feature/Change Request +Package: *General Issues Operating System: *nix PHP Version: Irrelevant Block user comment: N Private report: N New Comment: Not possible. Timeout needs to be done by each external processes themselves. Previous Comments: ------------------------------------------------------------------------ [2004-11-21 02:28:15] sonny2 at gmx dot de Description: ------------ Hello, I'd like to send here an Feature Request in case of this will of course helpfull for a lot of people who're working with PHP. I missing a function - say it "timerun()". The idea behind this is to have an control mechanism which kill the request of the function when an result or Error is not return in between 10 sed (for exp.). Often I run in a Situation where such a kind of function would be great. Example: - connect to an Database ( Oracle ) with PEAR or manual - connection established - send a query() - this does not return due propebly an too high load in a given time - here comes the timerun() in play - which will stop the query execution by given time. Cheers -Peter Reproduce code: --------------- not yet available ... Expected result: ---------------- In the next release a function which cover this functionality. Actual result: -------------- does not exist ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=30853&edit=1
