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 b93ad4f commit 747a34bCopy full SHA for 747a34b
README.md
@@ -38,8 +38,8 @@ and installed manually.
38
To build and install the driver:
39
40
```
41
-$ wget https://github.com/10gen-labs/mongo-php-driver-prototype/releases/download/0.1.2/phongo-0.1.2.tgz
42
-$ pecl install phongo-0.1.2.tgz
+$ wget https://github.com/10gen-labs/mongo-php-driver-prototype/releases/download/0.1.3/phongo-0.1.3.tgz
+$ pecl install phongo-0.1.3.tgz
43
$ echo "extension=phongo.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
44
45
0 commit comments