Allowed memory size of X bytes exhausted
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 13965430 bytes) PHPInfo shows that I have a memory_limit of 128M, so I'm confused as to why the error says I only have 64M. Is it possible for phpinfo to report incorrectly? Or for PHP to use two separate php.inis? The error was being caused by an ini_set call in one of the primary php files that a co-worker of mine added without my knowledge. Marc B PHP's config can be set in multiple places: master system php.ini (usually in /etc somewhere) somewhere in Apache's configuration (httpd.conf or a per-site .conf file,