From 7070675e39b519e95387a2b91b1ee3195edbaa19 Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Tue, 24 Feb 2015 19:58:44 +0000 Subject: [PATCH] Update third-party links on MongoDB install docs Removed two broken links and an outdated blog post. Added a very helpful blog post on Homebrew installs (includes the extension), and kept a video tutorial (outdated, but thorough). https://jira.mongodb.org/browse/PHP-1373 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335991 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/configure.xml | 39 ++++++++++++++--------------------- 1 file changed, 15 insertions(+), 24 deletions(-) diff --git a/reference/mongo/configure.xml b/reference/mongo/configure.xml index 8ff006d41e..4222fa517a 100644 --- a/reference/mongo/configure.xml +++ b/reference/mongo/configure.xml @@ -259,33 +259,24 @@ $ /usr/sbin/setsebool -P httpd_can_network_connect 1 - + + (Re)installing PHP on Mac OS X + + + + This article by Justin Hileman details the process of installing PHP and + additional extensions with Homebrew on OS X. This complements the earlier + instructions on this page for installing the driver with Homebrew. + + + + + PHP 5.3.1 with Xdebug, MongoDB and Lithium on Ubuntu 9.10 / Apache 2.2 - An excellent video that takes you step-by-step through installing - Apache, PHP, Xdebug, MongoDB, and Lithium by Jon Adams. - - - - - - Installing MongoDB and the PHP driver on Ubuntu 9.04 - - - - Spanish article by Javier Aranda ( - English translation). - - - - - - OS X: Installing MongoDB and the PHP Mongo Driver - - - - By Matt Butcher. + This screencast by Jon Adams demonstrates how to quickly get up and + running with PHP 5.3.1, Xdebug, and MongoDB on Ubuntu 9.10 with Apache.