ErrorException [ Deprecated ]: Function get_magic_quotes_gpc() is deprecated

SYSPATH/classes/Kohana/Core.php [ 325 ]

320 			// Set the index file
321 			Kohana::$index_file = trim($settings['index_file'], '/');
322 		}
323 
324 		// Determine if the extremely evil magic quotes are enabled
325 		Kohana::$magic_quotes = (bool) get_magic_quotes_gpc();
326 
327 		// Sanitize all request variables
328 		$_GET    = Kohana::sanitize($_GET);
329 		$_POST   = Kohana::sanitize($_POST);
330 		$_COOKIE = Kohana::sanitize($_COOKIE);
  1. SYSPATH/classes/Kohana/Core.php [ 325 ] » Kohana_Core::error_handler(arguments)

  2. APPPATH/bootstrap.php [ 96 ] » Kohana_Core::init(arguments)

  3. /index.php [ 108 ] » require(arguments)

Environment