On Mon, 2002-01-28 at 15:08, Wico de Leeuw wrote:
> Hiya,
> 
> thats not true... register_tcik_function is for between 2 instructions 
> (lines?) and will not break into a long takeing mysql_select
> (correct me if i'm wrong)
>
> But i still think that such a function will improve php
> 
> Greetz,
> 
> Wico

I believe you are correct--I reopened this in the Bug Database
a little while ago.


Cheers,

Torben
 
> At 21:54 28-1-2002 +0000, Bug Database wrote:
> >ATTENTION! Do NOT reply to this email!
> >To reply, use the web interface found at
> >http://bugs.php.net/?id=3830&edit=2
> >
> >
> >ID: 3830
> >Updated by: yohgaki
> >Reported By: [EMAIL PROTECTED]
> >Old Status: Analyzed
> >Status: Closed
> >Bug Type: Feature/Change Request
> >Operating System: linux
> >PHP Version: 4.0 Beta 4 Patch Level 1
> >New Comment:
> >
> >register_tick_function() can be used.
> >
> >
> >Previous Comments:
> >------------------------------------------------------------------------
> >
> >[2000-07-31 22:49:52] [EMAIL PROTECTED]
> >
> >well, could be quite nice
> >
> >------------------------------------------------------------------------
> >
> >[2000-03-14 11:27:16] [EMAIL PROTECTED]
> >
> >Hiya,
> >
> >i did like to see a function wich breaks into another when it take to
> >long:
> >
> ><?
> >
> >funtion Hour () {
> >         sleep 3600;
> >}
> >
> >// break after say 2 secs
> >$timeout = Timeout_function(hour(), 2);
> >if ($timeout) {
> >         // function took to long
> >} else {
> >         // function compledet normal
> >}
> >
> >?>
> >
> >------------------------------------------------------------------------
> 
> 
> -- 
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 
> 
-- 
 Torben Wilson <[EMAIL PROTECTED]>
 http://www.thebuttlesschaps.com
 http://www.hybrid17.com
 http://www.inflatableeye.com
 +1.604.709.0506


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to