From 65ceca39c2b4b5a75e6fc6216285f52760ba0384 Mon Sep 17 00:00:00 2001 From: Kristina Chodorow Date: Thu, 4 Mar 2010 23:21:46 +0000 Subject: [PATCH] added tutorial link, formatted links better git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295836 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/configure.xml | 26 +++++++++++++++++++------- reference/mongo/manual.xml | 4 +++- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/reference/mongo/configure.xml b/reference/mongo/configure.xml index ffaed9b453..3daea9b73c 100644 --- a/reference/mongo/configure.xml +++ b/reference/mongo/configure.xml @@ -166,14 +166,26 @@ extension=mongo.so Installing on Windows - VC8 and VC9 precompiled binaries are available for thread safe and - non-thread-safe PHP 5.3 on - Github. - VC6 precompiled binaries are available for thread safe and non-thread-safe - 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). + Precompiled binaries are available for a variety of combinations of versions, + thread safety, and VC libraries. Unzip the archive and put php_mongo.dll in + your PHP extension directory ("ext" by default). + + + + + PHP 5.3 VC8 and VC9 Mongo extension + + + + + + + PHP 5.2 and 5.3 VC6 Mongo extension + (you have to search the page for "mongo") + + + The latest (non-release) code is compiled into Windows binaries on every diff --git a/reference/mongo/manual.xml b/reference/mongo/manual.xml index 0bb99a98c3..7646119eb3 100644 --- a/reference/mongo/manual.xml +++ b/reference/mongo/manual.xml @@ -16,7 +16,9 @@ &reftitle.seealso; Developing Scalable PHP Applications Using MongoDB - is an excellent article on getting started with MongoDB. + is an excellent article on getting started with MongoDB. For francophones, + NoSQL - MongoDB et PHP: Première Approche + gives a nice overview.