We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86fbe65 commit e310ac8Copy full SHA for e310ac8
README.md
@@ -28,8 +28,7 @@ and installed manually.
28
To build and install the driver:
29
30
```
31
-$ wget https://github.com/10gen-labs/mongo-php-driver-prototype/releases/download/0.2.0/mongodb-0.2.0.tgz
32
-$ pecl install mongodb-0.2.0.tgz
+$ pecl install mongodb-alpha
33
$ echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
34
35
0 commit comments