Soft deprecation of DatabaseMysql
authorSeb35 <seb35@seb35.fr>
Fri, 30 Dec 2016 15:13:02 +0000 (16:13 +0100)
committerSeb35 <seb35@seb35.fr>
Sat, 5 Aug 2017 18:38:16 +0000 (20:38 +0200)
commit7739276026f70c7f5309ad10f9788bd575edb464
tree36c0dc6171f36f103ef9d021d899a35ea1df8f99
parent033a89c6ca1916fa01271159d7cb60ae8507975b
Soft deprecation of DatabaseMysql

This class is the driver for MySQL databases corresponding to the PHP
extension 'mysql'. This PHP extension was deprecated in PHP 5.5 and
removed in PHP 7.0. It was replaced by the PHP extension 'mysqli',
which is supported and the default MySQL driver since MediaWiki 1.22.

Bug: T120333
Change-Id: Id1478f73e348cdd1ad1f560b1d8ddefe56c52767
RELEASE-NOTES-1.30
includes/libs/rdbms/database/Database.php
includes/libs/rdbms/database/DatabaseMysql.php