我得到以下錯誤:如何跟蹤PHP錯誤?
[23-Feb-2011 19:51:29] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 512 bytes) in /obj/class.db.php on line 60
我的問題是,我不知道這個錯誤發生。 class.db.php的第60行是我的應用程序(Database Read()函數)中最常用的函數之一。
如何追溯此錯誤源於哪裏?
你可能想看看:http://stackoverflow.com/questions/880458/php-memory-profiling – 2011-02-23 19:01:17
你可以得到callstack ...試圖搜索@ php.net? debug_backtrace http://php.net/manual/en/function.debug-backtrace.php其他好的信息方式是創建你自己的ExceptionHandlers ...例子在這裏:http://www.edmondscommerce.co。uk/php/php-custom-error-and-exception-handler-make-php-stricter/ – 2013-03-13 14:23:00