Skip to content

Commit ed4cfa1

Browse files
committed
Update extension installation docs for PHP and HHVM
1 parent 45d35ca commit ed4cfa1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/index.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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+
2932
The preferred method of installing this library is with
3033
[Composer](https://getcomposer.org/) by running the following from your project
3134
root:

0 commit comments

Comments
 (0)