But i think that it should stop after 30 secondes no ? Yann
On Tue, 2003-06-17 at 22:35, R'twick Niceorgaw wrote: > doesn't sound like a bug to me ... after all there's something called > recursive functions ? > > ----- Original Message ----- > From: "Yann Larrivee" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, June 17, 2003 6:18 AM > Subject: [PHP] max_execution_time > > > > Hi, i made a major programing mistake this mornning. It probably helped > > me to figure out a bug in PHP 5. But i would like to confirme with more > > people... > > > > class MyClass{ > > public MylClass(){ > > $this->MyFunc(); > > } > > > > private MyFunc(){ > > $this->MyFunc(); > > } > > } > > > > Avisously this loops indefinitly :) > > > > But the script never ended will i this it should have been right ? > > > > I haven't seen any bug reports for PHP5 but anybody have experienced > > this issu befor ? > > > > Thanks > > > > > > > > > > > > -- > > PHP General Mailing List (http://www.php.net/) > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php