File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ and will serve as the default reference interface when creating other bindings.
16
16
As ` PHongo libraries ` is an abstraction layer for PHongo, it naturally requires
17
17
[ PHongo to be installed] ( http://10gen-labs.github.io/mongo-php-driver-prototype/#installation ) :
18
18
19
- $ wget https://github.com/10gen-labs/mongo-php-driver-prototype/releases/download/0.1.2 /phongo-0.1.2 .tgz
20
- $ pecl install phongo-0.1.2 .tgz
19
+ $ wget https://github.com/10gen-labs/mongo-php-driver-prototype/releases/download/0.1.5 /phongo-0.1.5 .tgz
20
+ $ pecl install phongo-0.1.5 .tgz
21
21
$ echo "extension=phongo.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
22
22
23
23
The best way to then install ` PHongo libraries ` is via [ composer] ( https://getcomposer.org/ )
@@ -32,7 +32,7 @@ by adding the following to
32
32
}
33
33
],
34
34
"require" : {
35
- "ext-phongo" : " >=0.1.2 " ,
35
+ "ext-phongo" : " >=0.1.5 " ,
36
36
"10gen-labs/mongo-php-libraries-prototype" : " dev-master"
37
37
}
38
38
```
@@ -44,4 +44,4 @@ $ composer install
44
44
```
45
45
46
46
## Reporting tickets
47
- TODO
47
+ - https://jira.mongodb.org/secure/CreateIssue.jspa?pid=12483&issuetype=1
You can’t perform that action at this time.
0 commit comments