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:
2020
2121# Installation
2222
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 ) :
2525
26- $ pecl install mongodb-alpha
26+ $ pecl install mongodb-beta
2727 $ echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
2828
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+
2932The preferred method of installing this library is with
3033[ Composer] ( https://getcomposer.org/ ) by running the following from your project
3134root:
You can’t perform that action at this time.
0 commit comments