Installing Mongo Driver on MAMP
问题 I have downloaded, compiled and installed the latest mongo driver for php & it's been placed at: /opt/local/lib/php/extensions/no-debug-non-zts-20090626/mongo.so How would I go about adding this to the MAMP php.ini file? I have looked at just trying to add the "extention=mongo.so" however this does not work. I also tried to place the mongo.so file inside the dir: /Applications/MAMP/bin/php/php5.4.4/lib/php/extensions/no-debug-xxx/ And added the correct line of code to php.ini... Would I have