Tag Archive | "memory_limit"

PHP : Increase memory limit

Tuesday, August 5, 2008

0 Comments

Have you ever received a fatal error on your server similar to the one below when you tried to execute a script? The fatal error shown below, indicates that your PHP configuration has a memory limit set and the script which you are executing is trying to allocate more memory than what is available for use.

Continue reading...