mirror of
https://github.com/danog/php.git
synced 2024-11-27 04:14:56 +01:00
Add additional modules to versions 5.4 and 5.5
This commit is contained in:
parent
d21459dd50
commit
cfa9eab115
@ -25,10 +25,13 @@ RUN set -x \
|
||||
&& ./buildconf --force \
|
||||
&& ./configure --disable-cgi \
|
||||
$(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \
|
||||
--with-curl \
|
||||
--with-gd \
|
||||
--with-gzip \
|
||||
--with-mysql \
|
||||
--with-mysqli \
|
||||
--with-pdo-mysql \
|
||||
--with-openssl \
|
||||
--with-pdo-mysql \
|
||||
&& make -j"$(nproc)" \
|
||||
&& make install \
|
||||
&& dpkg -r bison libbison-dev \
|
||||
|
@ -25,10 +25,13 @@ RUN set -x \
|
||||
&& ./buildconf --force \
|
||||
&& ./configure --disable-cgi \
|
||||
$(command -v apxs2 > /dev/null 2>&1 && echo '--with-apxs2' || true) \
|
||||
--with-curl \
|
||||
--with-gd \
|
||||
--with-gzip \
|
||||
--with-mysql \
|
||||
--with-mysqli \
|
||||
--with-pdo-mysql \
|
||||
--with-openssl \
|
||||
--with-pdo-mysql \
|
||||
&& make -j"$(nproc)" \
|
||||
&& make install \
|
||||
&& dpkg -r bison libbison-dev \
|
||||
|
Loading…
Reference in New Issue
Block a user