โ ๏ธ CodeIgniter Deprecation WarningsYour CodeIgniter version is using deprecated functions that will be removed in future PHP versions
๐ธ Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in system/database/drivers/mysql/mysql_driver.php on line 136
๐ธ Deprecated: mysql_select_db(): The mysql extension is deprecated and will be removed in the future in system/database/drivers/mysql/mysql_driver.php on line 142
๐ธ Deprecated: mysql_real_escape_string(): The mysql extension is deprecated in system/database/drivers/mysql/mysql_driver.php on line 312
๐ธ Deprecated: session_register(): This function is deprecated in system/libraries/Session.php on line 284
๐ธ Deprecated: session_unregister(): This function is deprecated in system/libraries/Session.php on line 286
๐ธ Deprecated: Function mcrypt_cbc() is deprecated in system/libraries/Encrypt.php on line 134
๐ธ Deprecated: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater
๐ธ Deprecated: Function set_magic_quotes_runtime() is deprecated in system/core/Common.php on line 142
๐ธ Deprecated: Function eregi() is deprecated in system/libraries/Email.php on line 645
๐ธ Deprecated: Function split() is deprecated in system/libraries/Pagination.php on line 142
Total 20 deprecation notices. Update to CodeIgniter 3+ or use mysqli/PDO driver.[Simulated warnings - not actual PHP errors]