mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-21 08:21:16 +00:00
Fix memcache install
This commit is contained in:
@@ -236,6 +236,7 @@ RUN set -x \
|
|||||||
# ---- Installing PHP Extension: memcache ----
|
# ---- Installing PHP Extension: memcache ----
|
||||||
&& git clone https://github.com/websupport-sk/pecl-memcache /tmp/memcache \
|
&& git clone https://github.com/websupport-sk/pecl-memcache /tmp/memcache \
|
||||||
&& cd /tmp/memcache \
|
&& cd /tmp/memcache \
|
||||||
|
&& git checkout origin/php7 \
|
||||||
&& phpize \
|
&& phpize \
|
||||||
&& ./configure --with-zlib-dir=/usr \
|
&& ./configure --with-zlib-dir=/usr \
|
||||||
&& make -j$(getconf _NPROCESSORS_ONLN) \
|
&& make -j$(getconf _NPROCESSORS_ONLN) \
|
||||||
|
|||||||
@@ -236,6 +236,7 @@ RUN set -x \
|
|||||||
# ---- Installing PHP Extension: memcache ----
|
# ---- Installing PHP Extension: memcache ----
|
||||||
&& git clone https://github.com/websupport-sk/pecl-memcache /tmp/memcache \
|
&& git clone https://github.com/websupport-sk/pecl-memcache /tmp/memcache \
|
||||||
&& cd /tmp/memcache \
|
&& cd /tmp/memcache \
|
||||||
|
&& git checkout origin/php7 \
|
||||||
&& phpize \
|
&& phpize \
|
||||||
&& ./configure --with-zlib-dir=/usr \
|
&& ./configure --with-zlib-dir=/usr \
|
||||||
&& make -j$(getconf _NPROCESSORS_ONLN) \
|
&& make -j$(getconf _NPROCESSORS_ONLN) \
|
||||||
|
|||||||
@@ -237,6 +237,7 @@ RUN set -x \
|
|||||||
# ---- Installing PHP Extension: memcache ----
|
# ---- Installing PHP Extension: memcache ----
|
||||||
&& git clone https://github.com/websupport-sk/pecl-memcache /tmp/memcache \
|
&& git clone https://github.com/websupport-sk/pecl-memcache /tmp/memcache \
|
||||||
&& cd /tmp/memcache \
|
&& cd /tmp/memcache \
|
||||||
|
&& git checkout origin/php7 \
|
||||||
&& phpize \
|
&& phpize \
|
||||||
&& ./configure --with-zlib-dir=/usr \
|
&& ./configure --with-zlib-dir=/usr \
|
||||||
&& make -j$(getconf _NPROCESSORS_ONLN) \
|
&& make -j$(getconf _NPROCESSORS_ONLN) \
|
||||||
|
|||||||
@@ -1121,14 +1121,17 @@ extensions_available:
|
|||||||
7.0:
|
7.0:
|
||||||
type: git
|
type: git
|
||||||
git_url: https://github.com/websupport-sk/pecl-memcache
|
git_url: https://github.com/websupport-sk/pecl-memcache
|
||||||
|
git_ref: origin/php7
|
||||||
configure: --with-zlib-dir=/usr
|
configure: --with-zlib-dir=/usr
|
||||||
7.1:
|
7.1:
|
||||||
type: git
|
type: git
|
||||||
git_url: https://github.com/websupport-sk/pecl-memcache
|
git_url: https://github.com/websupport-sk/pecl-memcache
|
||||||
|
git_ref: origin/php7
|
||||||
configure: --with-zlib-dir=/usr
|
configure: --with-zlib-dir=/usr
|
||||||
7.2:
|
7.2:
|
||||||
type: git
|
type: git
|
||||||
git_url: https://github.com/websupport-sk/pecl-memcache
|
git_url: https://github.com/websupport-sk/pecl-memcache
|
||||||
|
git_ref: origin/php7
|
||||||
configure: --with-zlib-dir=/usr
|
configure: --with-zlib-dir=/usr
|
||||||
all:
|
all:
|
||||||
type: pecl
|
type: pecl
|
||||||
|
|||||||
Reference in New Issue
Block a user