Re: [PHP-DEV] *crash* on try to find out how many nesting levelsareallowed From: Stanislav Malyshev (stas <email protected>)
Date: 07/09/00

SC>> Did php4 lose the memory limit configuration?

Memory limit is not a protection against "no memory" condition. You can be
inside memory limit and still have no memory (launch couple of Netscape
browsers, get to a page with good java applets and see :) Memory limit is
against PHP eating more memory than you have.

Well, I just thought maybe it's indeed possible to make it compile-time
switch and still add it, even if it slows down execution... Will think
about it.

-- 
Stanislav Malyshev   stas <email protected>          
+972-3-6139665

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>