genesisweb / valet-linux-plus

Advanced local development experience for Linux.
MIT License
143 stars 23 forks source link

change mysql to mysqli as mysql is deprecated #75

Closed cobraprojects closed 1 year ago

cobraprojects commented 1 year ago

will solve the issue https://github.com/genesisweb/valet-linux-plus/issues/73#issue-1561442390

cobraprojects commented 1 year ago

I closed it as the solve was incorrect, we need to check of the php version to see if php < 7.4 we install php{php-version}-mysql else we do nothing as it was removed