File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,16 @@ installing any of its dependencies.
48
48
49
49
#### Installing with pecl
50
50
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.
54
54
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.
56
61
57
62
``` bash
58
63
git clone https://github.com/datastax/php-driver.git
You can’t perform that action at this time.
0 commit comments