要想把mysql_pdo 也一起编译进来,必须加入sqlite
./configure --with-zlib --enable-pdo=shared --with-pdo-sqlite=shared --with-sqlite=shared
本文介绍如何在编译配置中包含MySQL PDO扩展及SQLite支持,确保PHP能够同时使用这两种数据库。
要想把mysql_pdo 也一起编译进来,必须加入sqlite
./configure --with-zlib --enable-pdo=shared --with-pdo-sqlite=shared --with-sqlite=shared

被折叠的 条评论
为什么被折叠?