Skip to content

Commit 465bcf3

Browse files
author
Bulat Shakirzyanov
committed
update PECL installation instructions
1 parent d708f9f commit 465bcf3

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

ext/README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,16 @@ installing any of its dependencies.
4848

4949
#### Installing with pecl
5050

51-
The PHP driver is not published to the official PECL repository yet. You can
52-
still install it using pecl by specifying the provided [package.xml](package.xml) file path
53-
as the argument to `pecl install` command.
51+
The PHP driver is published to the official PECL repository, in order to install it,
52+
you have to first [install the 2.0 version of the C/C++ driver](http://datastax.github.io/cpp-driver/topics/building/)
53+
and then run the following command.
5454

55-
[Install the 2.0 version of the C/C++ driver](http://datastax.github.io/cpp-driver/topics/building/)
55+
```bash
56+
pecl install cassandra
57+
```
58+
59+
You can also use PECL to install the driver from source by specifying the
60+
provided [package.xml](package.xml) file path as the argument to `pecl install` command.
5661

5762
```bash
5863
git clone https://github.com/datastax/php-driver.git

0 commit comments

Comments
 (0)