diff --git a/reference/mongo/configure.xml b/reference/mongo/configure.xml index b578cda0a6..86a577c3b6 100644 --- a/reference/mongo/configure.xml +++ b/reference/mongo/configure.xml @@ -38,7 +38,7 @@ extension=mongo.so For driver developers and people interested in the latest bugfixes, you can compile the driver from the latest source on - Github. + Github. Go to Github and click the "download" button. Then run: @@ -102,7 +102,7 @@ $ sudo make install Precompiled binaries are available from - Github + Github (download the latest one with "osx" in the name that matches your version of PHP). These for use with MAMP and XAMPP, which come without the headers necessary to compile the extension from scratch. Extract mongo.so from the @@ -127,7 +127,7 @@ $ phpize && aclocal && autoconf && ./configure && make && make install ]]> - (Thanks to @riklaunim) + (Thanks to @riklaunim) @@ -138,9 +138,9 @@ $ phpize && aclocal && autoconf && ./configure && make && make install VC8 and VC9 precompiled binaries are available for thread safe and non-thread-safe PHP 5.3 on - Github. + Github. VC6 precompiled binaries are available for thread safe and non-thread-safe - PHP 5.2 and 5.3 from php.net. + PHP 5.2 and 5.3 from php.net. Unzip the archive and put php_mongo.dll in your PHP extension directory ("ext" by default). @@ -159,28 +159,28 @@ $ phpize && aclocal && autoconf && ./configure && make && make install - + PHP 5.3 VC8 Non-Thread-Safe Mongo extension - + PHP 5.3 VC8 Thread-Safe Mongo extension - + PHP 5.3 VC9 Non-Thread-Safe Mongo extension - + PHP 5.3 VC9 Thread-Safe Mongo extension @@ -208,7 +208,7 @@ extension=php_mongo.dll - + PHP 5.3.1 with Xdebug, MongoDB and Lithium on Ubuntu 9.10 / Apache 2.2 @@ -218,7 +218,7 @@ extension=php_mongo.dll - + Installing MongoDB and the PHP driver on Ubuntu 9.04 @@ -229,7 +229,7 @@ extension=php_mongo.dll - + OS X: Installing MongoDB and the PHP Mongo Driver diff --git a/reference/mongo/mongodb/command.xml b/reference/mongo/mongodb/command.xml index edbe27330b..12d2664a23 100644 --- a/reference/mongo/mongodb/command.xml +++ b/reference/mongo/mongodb/command.xml @@ -135,9 +135,9 @@ User 4af467e4fd543cce7b0ea8e2 had 1 sale(s). If you are going to be using MapReduce, Prajwal Tuladhar created an API for Mongo PHP users which provides a nicer interface than the bare command. You can download it from - Github + Github and there is a - blog post + blog post on how to use it. diff --git a/reference/mongo/trouble.xml b/reference/mongo/trouble.xml index 203a960144..cd0b661022 100644 --- a/reference/mongo/trouble.xml +++ b/reference/mongo/trouble.xml @@ -19,7 +19,7 @@ Mailing List - MongoDB's mailing list + MongoDB's mailing list is a good (and usually very fast) way to get answers to questions. @@ -27,7 +27,7 @@ Bug Tracker Found a bug? Want a feature? Have a question? File it in the - PHP driver's bug tracker. + PHP driver's bug tracker.