From f7eddb5da51cfd4171323354e4eb86c8d22555cd Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Thu, 4 Jun 2015 13:59:17 +0200 Subject: PHP starting with 5.6.8 does not need line number hack any more --- it_debug.class | 3 --- 1 file changed, 3 deletions(-) diff --git a/it_debug.class b/it_debug.class index b6c6d41..694d08a 100644 --- a/it_debug.class +++ b/it_debug.class @@ -64,9 +64,6 @@ static function srcline($stackoffs = 0) if (!isset($GLOBALS['it_debug::dump source'][$file])) $GLOBALS['it_debug::dump source'][$file] = file($file); - if (preg_match('/^#!/', $GLOBALS['it_debug::dump source'][$file][0])) - $line++; - return $GLOBALS['it_debug::dump source'][$file][$line-1]; } -- cgit v1.2.3