thinkphp 开发的项目 在win 2008 64bit的环境下
在A版5.2 访问不问题。 5.3和5.4 访问下 经常卡死 5.5 和5.6 的64bit 下访问正常,但是有些项目却存在PHP版本过高的问题。 The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead 能不能出一个5.3 或者5.4 的64bit 优化版 |
|
沙发#
发布于:2015-09-10 10:15
php5.3及以上版本mysql连接改用mysqli或者pdo模式,thinkphp在php5.3和5.4上兼容性没问题吧,我的项目都是采用mysqli的数据库连接方式。
|
|