Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能指出我可以下载 Mongo DB v1.4 预编译 PHP 驱动程序的站点?我正在运行 XAMPP,除了 PHP 5.3(我的 mac OS 附带的 php 版本)之外,我一生都无法编译源代码,是否有人拥有已编译的预编译 v1.4 mongo.so 文件用PHP 5.4 可以共享吗?在此先感谢您的帮助。
您需要使用 XAMPP 安装附带的“pecl”工具。
我相信它已安装到 /Applications/XAMPP/xamppfiles/bin/pecl 中。
所以,你必须运行:
/Applications/XAMPP/xamppfiles/bin/pecl install mongo
安装驱动程序。
然后你必须编辑 XAMPP php.ini 文件,我相信它是 /Applications/XAMPP/etc/php.ini (你应该用你的 phpinfo() 输出确认)。