Re: [PHP] What is the effect of --enable-memory-limit

2006-03-21 Thread Khai
This page does not explain the consequence of what may happen if my script indeed need more memory than what is set in php.ini . Will PHP / Apache / OS (Linux, Unix) terminate the request with a 500 internal server error ? Will the script be allowed to finished, and Apache/PHP gracefully

Re: [PHP] What is the effect of --enable-memory-limit

2006-03-21 Thread Chris
Khai wrote: This page does not explain the consequence of what may happen if my script indeed need more memory than what is set in php.ini . Will PHP / Apache / OS (Linux, Unix) terminate the request with a 500 internal server error ? Will the script be allowed to finished, and Apache/PHP

[PHP] What is the effect of --enable-memory-limit

2006-03-09 Thread Khai
If I compile php with --enable-memory-limit and set a memory limit in php.ini, what will this do ? Thanks Khai -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] What is the effect of --enable-memory-limit

2006-03-09 Thread Chris
Khai wrote: If I compile php with --enable-memory-limit and set a memory limit in php.ini, what will this do ? http://www.php.net/manual/en/ini.core.php#ini.memory-limit -- Postgresql php tutorials http://www.designmagick.com/ -- PHP General Mailing List (http://www.php.net/) To