r6797 보완 #18291085 관련. FirePHP 업데이트

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6833 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2009-10-09 05:13:56 +00:00
parent 130d47db30
commit 3fdee01b99
2 changed files with 2 additions and 2 deletions

View file

@ -497,7 +497,7 @@
$file_name = array_pop(explode(DIRECTORY_SEPARATOR, $first['file']));
$line_num = $first['line'];
if(__DEBUG_OUTPUT__ == 2 && version_compare(PHP_VERSION, '5.2.0', '>=')) {
if(__DEBUG_OUTPUT__ == 2 && version_compare(PHP_VERSION, '6.0.0') === -1) {
if(!isset($firephp)) $firephp = FirePHP::getInstance(true);
if(version_compare(PHP_VERSION, "4.3.2", ">="))
{