Re: Re: help me to increase php memory in php.ini

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



There is no need to change php.ini

Just use the following statement at the start of the script and it will change the memory limit at runtime.

Ini_set('memory_limit','800M');

This will allocate 800 mb of memory at runtime.

Thanks,
Asim


Sent from Yahoo! Mail on Android



[Non-text portions of this message have been removed]


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Soap]     [Kernel Newbies]     [Yosemite]     [Yosemite Campsites]

  Powered by Linux