Re: [PHP-DEV] php.exe crashes on infinite recursion (PHP 5.3.5)

2011-08-22 Thread Kalle Sommer Nielsen
2011/8/22 speedy : > Hello PHP dev crew, > >      The screenshot of the crash is in the attachment. > >      The problem is easily reproducible, just make a PHP function >      call itself. Infinite recursions have always crashed, while Dmitry patched some of those in the early 5.3 development it

Re: [PHP-DEV] php.exe crashes on infinite recursion (PHP 5.3.5)

2011-08-22 Thread Ferenc Kovacs
On Mon, Aug 22, 2011 at 12:27 PM, speedy wrote: > Hello PHP dev crew, > >      The screenshot of the crash is in the attachment. > >      The problem is easily reproducible, just make a PHP function >      call itself. > >      I think the stack grows too big and the php interpreter crashes >    

[PHP-DEV] php.exe crashes on infinite recursion (PHP 5.3.5)

2011-08-22 Thread speedy
Hello PHP dev crew, The screenshot of the crash is in the attachment. The problem is easily reproducible, just make a PHP function call itself. I think the stack grows too big and the php interpreter crashes inside the MSVCRT.dll. Maybe it could be handled wi