mod_php_install.sh: add support for php 5.6 at debian 10 (buster).

This commit is contained in:
2019-10-13 01:01:53 +02:00
parent 166031f410
commit c49065a61b
2 changed files with 627 additions and 58 deletions

View File

@ -1,8 +1,7 @@
## - Install redis extension under php 5.6
## -
## - Note: the actual version (at time 3.0) requires php vsersion >= 7.0
## - (and for now < 7.1)
## - Note: the actual version (at time 5.0.2) requires php vsersion >= 7.0
## -
## - Note: On php 5.6.x install redis v. 2.2.8
## - Note: On php 5.6.x install redis v. 4.2.0
## -
pecl install redis-2.2.8
pecl install redis-4.2.0