Re: [PHP] ini_set doesn't work

2004-12-09 Thread Thomas Munz
your set it to '-1'!!! thats not allowed. You must habe a value highter than zero. Its better you set it in generall to 60. And you forgot the 'M' fater the number like ini_set(memory_limit,-1M); set it better to that: ini_set(memory_limit,60M); hello, what do I have to change in

Re: [PHP] ini_set doesn't work

2004-12-08 Thread Richard Lynch
Mukasa Assey Alfred wrote: Try ini_set(memory_limit, -1); Maybe the quotes on -1 will help, but memory_limit should also have quotes. On Wed, 8 Dec 2004, Joerg P wrote: hello, what do I have to change in php.ini, to allow thr ini_set(memory_limit,-1); command? It doesn't work in my

[PHP] ini_set doesn't work

2004-12-07 Thread Joerg P
hello, what do I have to change in php.ini, to allow thr ini_set(memory_limit,-1); command? It doesn't work in my script... regards Joerg -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] ini_set doesn't work

2004-12-07 Thread Mukasa Assey Alfred
Try ini_set(memory_limit, -1); regards Assey On Wed, 8 Dec 2004, Joerg P wrote: hello, what do I have to change in php.ini, to allow thr ini_set(memory_limit,-1); command? It doesn't work in my script... regards Joerg -- PHP General Mailing List (http://www.php.net/) To

RE: [PHP] ini_set doesn't work

2002-04-10 Thread Martin Towell
[snip mail header info] Hello, why don't you just do an include hello.html; at the end of the file? Because, there are so many files. thanks. [snip mail footer info] but you'd have to put set_ini() in each of your files (unless you're putting it in an auto prepended file) -- PHP