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.