Replacement for PEAR: MDB2 on PHP 5.3

前端 未结 7 1026
隐瞒了意图╮
隐瞒了意图╮ 2021-01-04 13:27

I\'ve been using pear packages in php for years. I\'m in the process of upgrading/moving a sites that uses the MDB2 pear package and it has not been updated for PHP 5.3.X.<

7条回答
  •  粉色の甜心
    2021-01-04 13:34

    If you only use MDB2 for MySQL, you can replace it and keep majority of the functions with MDBDid: http://azure-dev.kiao.net/648-mdb2 You will only have little code to adapt.

提交回复
热议问题