On Tue, Feb 11, 2003 at 01:18:20PM +0100, Derick Rethans wrote:
| On Tue, 11 Feb 2003, Sebastian Bergmann wrote:
|
| > Derick Rethans wrote:
| > Be that as it may, but it still shouldn't segfault, no? ;-)
|
| recursive function calls always segfault, just like:
|
| <?php function a() { a(); }; a(); ?>
|
| so it's 'expected behavior'.
I assume the crash on infinite recursion is a stack-overflow type thing,
but is there any reason that doesn't trigger the 'Allowed memory
exhausted' and exit cleanly?
Just curious... :)
Thanks,
- Dave
[EMAIL PROTECTED]
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php