Re: [PHP] memory_limit doesn't work (4.3.3, Mac OS X)

2004-03-14 Thread Jason Wong
On Sunday 14 March 2004 22:22, Adam Nohejl wrote: > I have php 4.3.3 on Mac OS X and it doesn't respect the value of > memory_limit in php.ini. When I try get_cfg_var("memory_limit") it > returns the correct value. But I can allocate as much memory as I > want... Did you compile php with "--enabl

[PHP] memory_limit doesn't work (4.3.3, Mac OS X)

2004-03-14 Thread Adam Nohejl
Hi, I have php 4.3.3 on Mac OS X and it doesn't respect the value of memory_limit in php.ini. When I try get_cfg_var("memory_limit") it returns the correct value. But I can allocate as much memory as I want... Is it a bug or is it possible that I'm doing something wrong? Thanks for any idea