Welcome Guest, Not a member yet? Register   Sign In
Please fix deprecated method safe_mode in 2.2.2
#1

Path: system/core/CodeIgniter.php

Line: 106
if (function_exists("set_time_limit") == TRUE AND @ini_get("safe_mode") == 0)
{
@set_time_limit(300);
}

ini_get("safe_mode") -> Deprecated and removed in PHP 5.4

CLI functions not working (max_execution_time always 300)
Reply




Theme © iAndrew 2016 - Forum software by © MyBB