File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,15 @@ extension, see:
20
20
21
21
# Installation
22
22
23
- As a high-level abstraction for the driver, this library naturally requires that
24
- the [ ` mongodb ` extension be installed] ( http://10gen-labs.github.io/mongo-php-driver-prototype/#installation ) :
23
+ Since this library is only a high-level abstraction for the driver, it requires
24
+ that the [ ` mongodb ` extension be installed] ( http://10gen-labs.github.io/mongo-php-driver-prototype/#installation ) :
25
25
26
- $ pecl install mongodb-alpha
26
+ $ pecl install mongodb-beta
27
27
$ echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
28
28
29
+ Instructions for installing the ` mongodb ` extension on HHVM may be found in the
30
+ [ HHVM driver's README] ( https://github.com/mongodb-labs/mongo-hhvm-driver-prototype/blob/master/README.rst ) .
31
+
29
32
The preferred method of installing this library is with
30
33
[ Composer] ( https://getcomposer.org/ ) by running the following from your project
31
34
root:
You can’t perform that action at this time.
0 commit comments