사용 가능 PHP 버전 5.6.3
This commit is contained in:
		
							parent
							
								
									0ebda2c4dd
								
							
						
					
					
						commit
						5c317f4da5
					
				@ -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;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user