Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 0d1ed15

Browse files
authored
Merge pull request #160 from jdeathe/issue/159
CLOSES #159: Adds php-pecl-redis package to support Redis.
2 parents fbaf3c1 + 0358f62 commit 0d1ed15

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ CentOS-7 7.5.1804 x86_64, Apache 2.4, PHP-CGI 5.4 (FastCGI), PHP memcached 2.2,
1212
- Updates `httpd` packages to 2.4.6-88.
1313
- Updates `php` packages to 5.4.16-46.
1414
- Updates php-hello-world to [0.11.0](https://github.com/jdeathe/php-hello-world/releases/tag/0.11.0).
15+
- Adds `php-pecl-redis` package to support Redis.
1516

1617
### 2.0.0 - 2018-10-14
1718

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ RUN rpm --rebuilddb \
2828
php-common-5.4.16-46.el7 \
2929
php-pecl-zendopcache-7.0.5-2.el7 \
3030
php-pecl-memcached-2.2.0-1.el7 \
31+
php-pecl-redis-2.2.8-1.el7 \
3132
&& yum versionlock add \
3233
elinks \
3334
fcgi \

0 commit comments

Comments
 (0)