Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c6d37c2

Browse files
ttoduamichael-grunder
authored andcommitted
Updated approach
Pickle is becoming standard after PHP 7.3, so you should include that too.
1 parent 05129c3 commit c6d37c2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

INSTALL.markdown

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
# Installation from pecl
1+
# Installation from pecl/pickle
22

3-
To pull latest stable released version, from [pecl](https://pecl.php.net/package/redis):
3+
To pull latest stable released version, from [pecl](https://pecl.php.net/package/redis) / [pickle](https://wiki.php.net/rfc/deprecate-pear-include-composer):
44

55
~~~
66
pecl install redis
7+
// or
8+
pickle install redis
79
~~~
810

911
# Installation from sources

0 commit comments

Comments
 (0)