mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 04:52:14 +09:00
r6797 보완 #18291085 관련. FirePHP 업데이트
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6833 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
130d47db30
commit
3fdee01b99
2 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@
|
||||||
* @brief 디버그 메세지의 출력 장소
|
* @brief 디버그 메세지의 출력 장소
|
||||||
* 0 : files/_debug_message.php 에 연결하여 출력
|
* 0 : files/_debug_message.php 에 연결하여 출력
|
||||||
* 1 : HTML 최하단에 주석으로 출력 (Response Method가 HTML 일 때)
|
* 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);
|
if(!defined('__DEBUG_OUTPUT__')) define('__DEBUG_OUTPUT__', 0);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -497,7 +497,7 @@
|
||||||
$file_name = array_pop(explode(DIRECTORY_SEPARATOR, $first['file']));
|
$file_name = array_pop(explode(DIRECTORY_SEPARATOR, $first['file']));
|
||||||
$line_num = $first['line'];
|
$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(!isset($firephp)) $firephp = FirePHP::getInstance(true);
|
||||||
if(version_compare(PHP_VERSION, "4.3.2", ">="))
|
if(version_compare(PHP_VERSION, "4.3.2", ">="))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue