|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-04-12 03:41 UTC] mick at deafzone dot ch
[2012-04-12 03:43 UTC] aharvey@php.net
[2012-04-12 03:43 UTC] aharvey@php.net
-Status: Open
+Status: Not a bug
[2012-04-12 03:46 UTC] mick at deafzone dot ch
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 08 23:00:02 2025 UTC |
Description: ------------ Hello there I'm Michael from www.binarykitchen.com - for one of my websites I see very strange PHP Fatal Errors in the log file I have specified in ini_set('error_log', $logFile); It always contains entries like these: [11-Apr-2012 20:18:11 UTC] PHP Fatal error: Allowed memory size of 201326592 bytes exhausted (tried to allocate 523800 bytes) in /var/www/[...]/File.php on line 424 Line is not always 424, it's mostly random. I know somewhere an error is thrown and the code is somewhat in an endless loop. Must be a bug in my code but I can't find it. There are over 2000 classes heh. I really need a backtrace. Or more debugging information. Hence I wonder if error_log could produce more information for me? Any ideas or suggestions are welcome. Sorry to post this issue at the wrong place but I don't know where else to ask but to address to the PHP Core Devs directly. Thanks heaps for your advice. Cheers Michael