codeigniter 3.1.0 change log
Change Log Version 3.1.0 Release Date: July 26, 2016 Security Fixed an SQL injection in the ‘odbc’ database driver. Updated set_realpath() Path Helpr function to filter-out php:// wrapper inputs. Officially dropped any kind of support for PHP 5.2.x and anything under 5.3.7. General Changes Updated Image Manipulation Library to validate width and height configuration values. Updated Encryption Library to always prefer random_bytes() when it is available. Updated Session Library to log ‘debug’ messages when using fallbacks to session.save_path (php.ini) or ‘sess_use_database’, ‘sess_table_name’ settings. Added a ‘LONGTEXT’ to ‘STRING’ alias to Database Forge for the ‘cubrid’, ‘pdo/cubrid’ drivers. Added ‘TINYINT’, ‘MEDIUMINT’, ‘INT’ and ‘BIGINT’ aliases to ‘NUMBER’ to Database Forge for the ‘oci8’, ‘pdo/oci’ drivers. password_hash() compatibility function changes: Changed salt-generation logic to prefer random_bytes() when it is available. Changed salt-generation logic t...