Harpreet wrote:
I have a report in my web app which returns close to 6000 rows. It fails
at around 4000 rows giving error message FATAL: emalloc(): Unable to
allocate 90816 bytes
Earlier it was timing out and I changed the php.ini files execution time
to 600 from 180.
max_execution_time = 600 ; Maximum execution time of each script, in
seconds
Now it doesnot timeout but gives me FATAL: emalloc(): Unable to allocate
90816 bytes error.
Does it have to do with some moemory limit or soemthing. Please help.
Look for memory_limit in php.ini.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php