From:             sonny at gmx dot de
Operating system: *nix
PHP version:      Irrelevant
PHP Bug Type:     Feature/Change Request
Bug description:  Need new function

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 bug report at http://bugs.php.net/?id=30853&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=30853&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=30853&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=30853&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=30853&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=30853&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=30853&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=30853&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=30853&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=30853&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=30853&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=30853&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=30853&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=30853&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=30853&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=30853&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=30853&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=30853&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=30853&r=float
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=30853&r=mysqlcfg

Reply via email to