[ciapug] php memory_limit

Barry Von Ahsen ciapug@cialug.org
Tue, 25 Nov 2003 13:50:59 -0600


I have some scripts that create large reports.  They were failing 
silently until I increased php's memory limit 
[ini_set('memory_limit',"32M");]  Does something like this raise any 
errors or does it just fail?  I've had it happen before which tipped me 
off this time, but is there a way I can test for this condition?

--barry