Installing on Windows
- 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).
+ Precompiled binaries for each release are available from
+ Github 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
@@ -255,6 +241,34 @@ extension=mongo.so
corresponding to the PHP you have installed:
+
+
+
+ PHP 5.2 VC6 Non-Thread-Safe Mongo extension
+
+
+
+
+
+
+ PHP 5.2 VC6 Thread-Safe Mongo extension
+
+
+
+
+
+
+ PHP 5.3 VC6 Non-Thread-Safe Mongo extension
+
+
+
+
+
+
+ PHP 5.3 VC6 Thread-Safe Mongo extension
+
+
+
diff --git a/reference/mongo/ini.xml b/reference/mongo/ini.xml
index 4abf63234a..7acefb3dde 100644
--- a/reference/mongo/ini.xml
+++ b/reference/mongo/ini.xml
@@ -150,7 +150,7 @@
applications that insert non-UTF8 strings, you can turn this option off to
emulate the old, non-exception-throwning behavior. This option will be
eliminated and exceptions always thrown for non-UTF8 strings starting with
- version 1.0.6.
+ version 1.1.0.