|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-11-18 23:45 UTC] jani@php.net
-Status: Open
+Status: Wont fix
-Package: Feature/Change Request
+Package: *General Issues
[2010-11-18 23:45 UTC] jani@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 02 14:00:01 2025 UTC |
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