On Tue, 11 Feb 2003, Sebastian Bergmann wrote:
> Derick Rethans wrote:
> > so I wonder if it's really a bug in PHP, but perhaps an assumption
> > in Horde that doesn't work with ZE2?
>
> 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'.
Derick
--
-------------------------------------------------------------------------
Derick Rethans http://derickrethans.nl/
PHP Magazine - PHP Magazine for Professionals http://php-mag.net/
-------------------------------------------------------------------------
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php