From 3fdee01b995531c76260ce834dae82c5ae4871d9 Mon Sep 17 00:00:00 2001 From: misol Date: Fri, 9 Oct 2009 05:13:56 +0000 Subject: [PATCH] =?UTF-8?q?r6797=20=EB=B3=B4=EC=99=84=20#18291085=20?= =?UTF-8?q?=EA=B4=80=EB=A0=A8.=20FirePHP=20=EC=97=85=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6833 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- config/config.inc.php | 2 +- config/func.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.inc.php b/config/config.inc.php index 488e89d06..48c6313d6 100644 --- a/config/config.inc.php +++ b/config/config.inc.php @@ -52,7 +52,7 @@ * @brief 디버그 메세지의 출력 장소 * 0 : files/_debug_message.php 에 연결하여 출력 * 1 : HTML 최하단에 주석으로 출력 (Response Method가 HTML 일 때) - * 2 : Firebug 콘솔에 출력 (PHP >= 5.2.0. Firebug/FirePHP 플러그인 필요) + * 2 : Firebug 콘솔에 출력 (PHP 4 & 5. Firebug/FirePHP 플러그인 필요) **/ if(!defined('__DEBUG_OUTPUT__')) define('__DEBUG_OUTPUT__', 0); diff --git a/config/func.inc.php b/config/func.inc.php index f4062e2e8..2f64631d2 100644 --- a/config/func.inc.php +++ b/config/func.inc.php @@ -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", ">=")) {