16

Finally removing all mysqli references and make the pdo statements, so we can finally switch to PHP 7.2

Comments
  • 2
    But... mysqli isn’t deprecated 🤷‍♂️
  • 2
    @C0D4 yeah but it's a management decision. First mysqli gone, only pdo and then we get the new php
  • 0
    Maybe I’m missing something - I didn’t jump on the PDO band wagon, but beyond multi DBS types (which is its main feature) why move over to it instead of using prepared statements in mysqli?
  • 0
    Ha. Try when your code is filled with mysql_query() statements.
  • 0
    @C0D4 well, those mysqli statements are not prepared statements....
Add Comment