Welcome Guest, Not a member yet? Register   Sign In
Painful Problem CI-3.0.1: register_long_arrays
#5

core/Common.php


Code:
function _shutdown_handler()
    {
        $last_error = error_get_last();
        if (isset($last_error) &&
            ($last_error['type'] & (E_ERROR | E_PARSE | E_CORE_ERROR | E_CORE_WARNING | E_COMPILE_ERROR | E_COMPILE_WARNING)))
            
            var_dump($last_error); die();
        {
            _error_handler($last_error['type'], $last_error['message'], $last_error['file'], $last_error['line']);
        }
    }

RESULTS

array(4) {
["type"]=>
int(16)
["message"]=>
string(62) "Directive 'register_long_arrays' is no longer available in PHP"
["file"]=>
string(7) "Unknown"
["line"]=>
int(0)
}
Reply


Messages In This Thread
RE: Painful Problem CI-3.0.1: register_long_arrays - by tresloukadu - 10-04-2015, 01:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB