From 5c317f4da5066c24d49487ed0c6f1deb94913b08 Mon Sep 17 00:00:00 2001 From: wonipapa Date: Fri, 12 May 2017 18:32:24 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=20=EA=B0=80=EB=8A=A5=20PHP?= =?UTF-8?q?=20=EB=B2=84=EC=A0=84=205.6.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epg2xml.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epg2xml.php b/epg2xml.php index 5a7eaf5..9afeaaf 100644 --- a/epg2xml.php +++ b/epg2xml.php @@ -14,8 +14,8 @@ define("SOCKET_ERROR", "소켓 파일을 찾을 수 없습니다."); define("JSON_FILE_ERROR", "json 파일이 없습니다."); define("JSON_SYNTAX_ERROR", "json 파일 형식이 잘못되었습니다."); -if(version_compare(PHP_VERSION, '5.6.11','<')) : - printError("PHP 버전은 5.6.11 이상이어야 합니다."); +if(version_compare(PHP_VERSION, '5.6.3','<')) : + printError("PHP 버전은 5.6.3 이상이어야 합니다."); printError("현재 PHP 버전은 ".PHP_VERSION." 입니다."); exit; endif;