Re: missing modules ??? help please ...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux