ludicrousdb icon indicating copy to clipboard operation
ludicrousdb copied to clipboard

Remove deprecated mysql_

Open kkmuffme opened this issue 4 years ago • 2 comments

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.

kkmuffme avatar Apr 11 '21 12:04 kkmuffme

Milestoned for 6.0, where we can announce dropping this and making PHP7 a hard cut.

JJJ avatar Jul 14 '21 17:07 JJJ

@JJJ Now that PHP 7 in the min for core. We should think about this ticket again.,

spacedmonkey avatar Jul 18 '23 11:07 spacedmonkey