Mehmet Fatih Akbulut wrote:
if i set memory_limit to 0 then apache stops working ?
any other solution to disable memory limit ???


Post back to the list as well.

You can disable it at compile time (take out your '--enable-memory-limit' option).

Or just disable it in your script:

ini_set('memory_limit', -1);

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to