ludicrousdb
ludicrousdb copied to clipboard
Remove deprecated mysql_
As of PHP 7+ mysql_ isn't supported anymore. Years have passed since PHP7 was released and WP core also recommends PHP 7+ (the legacy support for PHP <7 will be dropped soon)
We should remove the mysql_ things and only keep mysqli_, as it's about time.
Milestoned for 6.0, where we can announce dropping this and making PHP7 a hard cut.
@JJJ Now that PHP 7 in the min for core. We should think about this ticket again.,