Re: Infinite PHP function stack crashes Apache in Vista - Fixable?
On Feb 9, 11:05 am, PHPBABY3 <shymath...@gmail.com> wrote:
> The following PHP code causes Apache to crash and PHP to suspend:
>
> a() ; function a(){return a();}
>
> This is running EasyPHP under Vista.
>
> How to fix?
>
> Thanks,
>
> P.
Ummm, don't try to run an infinite loop?
|