Merge pull request #649 from Baldinof/cgi_in_cli_variant

Enable CGI for CLI variant
This commit is contained in:
yosifkit 2018-06-11 16:40:49 -07:00 committed by GitHub
commit eddb30eebc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
48 changed files with 34 additions and 124 deletions

View File

@ -116,8 +116,6 @@ RUN set -xe \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -41,7 +41,7 @@ ENV PHP_INI_DIR /usr/local/etc/php
RUN mkdir -p $PHP_INI_DIR/conf.d
##<autogenerated>##
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
##</autogenerated>##
# Apply stack smash protection to functions using local buffers and alloca()
@ -117,8 +117,6 @@ RUN set -xe \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -41,7 +41,7 @@ ENV PHP_INI_DIR /usr/local/etc/php
RUN mkdir -p $PHP_INI_DIR/conf.d
##<autogenerated>##
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts --disable-cgi
##</autogenerated>##
# Apply stack smash protection to functions using local buffers and alloca()
@ -117,8 +117,6 @@ RUN set -xe \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -98,7 +98,7 @@ RUN { \
&& a2enconf docker-php
ENV PHP_EXTRA_BUILD_DEPS apache2-dev
ENV PHP_EXTRA_CONFIGURE_ARGS --with-apxs2
ENV PHP_EXTRA_CONFIGURE_ARGS --with-apxs2 --disable-cgi
##</autogenerated>##
# Apply stack smash protection to functions using local buffers and alloca()
@ -194,8 +194,6 @@ RUN set -eux; \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -135,8 +135,6 @@ RUN set -eux; \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -40,7 +40,7 @@ ENV PHP_INI_DIR /usr/local/etc/php
RUN mkdir -p $PHP_INI_DIR/conf.d
##<autogenerated>##
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
##</autogenerated>##
# Apply stack smash protection to functions using local buffers and alloca()
@ -136,8 +136,6 @@ RUN set -eux; \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -40,7 +40,7 @@ ENV PHP_INI_DIR /usr/local/etc/php
RUN mkdir -p $PHP_INI_DIR/conf.d
##<autogenerated>##
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts --disable-cgi
##</autogenerated>##
# Apply stack smash protection to functions using local buffers and alloca()
@ -136,8 +136,6 @@ RUN set -eux; \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -98,7 +98,7 @@ RUN { \
&& a2enconf docker-php
ENV PHP_EXTRA_BUILD_DEPS apache2-dev
ENV PHP_EXTRA_CONFIGURE_ARGS --with-apxs2
ENV PHP_EXTRA_CONFIGURE_ARGS --with-apxs2 --disable-cgi
##</autogenerated>##
# Apply stack smash protection to functions using local buffers and alloca()
@ -194,8 +194,6 @@ RUN set -eux; \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -135,8 +135,6 @@ RUN set -eux; \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -40,7 +40,7 @@ ENV PHP_INI_DIR /usr/local/etc/php
RUN mkdir -p $PHP_INI_DIR/conf.d
##<autogenerated>##
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
##</autogenerated>##
# Apply stack smash protection to functions using local buffers and alloca()
@ -136,8 +136,6 @@ RUN set -eux; \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -40,7 +40,7 @@ ENV PHP_INI_DIR /usr/local/etc/php
RUN mkdir -p $PHP_INI_DIR/conf.d
##<autogenerated>##
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts --disable-cgi
##</autogenerated>##
# Apply stack smash protection to functions using local buffers and alloca()
@ -136,8 +136,6 @@ RUN set -eux; \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -116,8 +116,6 @@ RUN set -xe \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -41,7 +41,7 @@ ENV PHP_INI_DIR /usr/local/etc/php
RUN mkdir -p $PHP_INI_DIR/conf.d
##<autogenerated>##
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
##</autogenerated>##
# Apply stack smash protection to functions using local buffers and alloca()
@ -117,8 +117,6 @@ RUN set -xe \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -41,7 +41,7 @@ ENV PHP_INI_DIR /usr/local/etc/php
RUN mkdir -p $PHP_INI_DIR/conf.d
##<autogenerated>##
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts --disable-cgi
##</autogenerated>##
# Apply stack smash protection to functions using local buffers and alloca()
@ -117,8 +117,6 @@ RUN set -xe \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -98,7 +98,7 @@ RUN { \
&& a2enconf docker-php
ENV PHP_EXTRA_BUILD_DEPS apache2-dev
ENV PHP_EXTRA_CONFIGURE_ARGS --with-apxs2
ENV PHP_EXTRA_CONFIGURE_ARGS --with-apxs2 --disable-cgi
##</autogenerated>##
# Apply stack smash protection to functions using local buffers and alloca()
@ -194,8 +194,6 @@ RUN set -eux; \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -135,8 +135,6 @@ RUN set -eux; \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -40,7 +40,7 @@ ENV PHP_INI_DIR /usr/local/etc/php
RUN mkdir -p $PHP_INI_DIR/conf.d
##<autogenerated>##
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
##</autogenerated>##
# Apply stack smash protection to functions using local buffers and alloca()
@ -136,8 +136,6 @@ RUN set -eux; \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -40,7 +40,7 @@ ENV PHP_INI_DIR /usr/local/etc/php
RUN mkdir -p $PHP_INI_DIR/conf.d
##<autogenerated>##
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts --disable-cgi
##</autogenerated>##
# Apply stack smash protection to functions using local buffers and alloca()
@ -136,8 +136,6 @@ RUN set -eux; \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -98,7 +98,7 @@ RUN { \
&& a2enconf docker-php
ENV PHP_EXTRA_BUILD_DEPS apache2-dev
ENV PHP_EXTRA_CONFIGURE_ARGS --with-apxs2
ENV PHP_EXTRA_CONFIGURE_ARGS --with-apxs2 --disable-cgi
##</autogenerated>##
# Apply stack smash protection to functions using local buffers and alloca()
@ -194,8 +194,6 @@ RUN set -eux; \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -135,8 +135,6 @@ RUN set -eux; \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -40,7 +40,7 @@ ENV PHP_INI_DIR /usr/local/etc/php
RUN mkdir -p $PHP_INI_DIR/conf.d
##<autogenerated>##
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
##</autogenerated>##
# Apply stack smash protection to functions using local buffers and alloca()
@ -136,8 +136,6 @@ RUN set -eux; \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -40,7 +40,7 @@ ENV PHP_INI_DIR /usr/local/etc/php
RUN mkdir -p $PHP_INI_DIR/conf.d
##<autogenerated>##
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts --disable-cgi
##</autogenerated>##
# Apply stack smash protection to functions using local buffers and alloca()
@ -136,8 +136,6 @@ RUN set -eux; \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -116,8 +116,6 @@ RUN set -xe \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -41,7 +41,7 @@ ENV PHP_INI_DIR /usr/local/etc/php
RUN mkdir -p $PHP_INI_DIR/conf.d
##<autogenerated>##
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
##</autogenerated>##
# Apply stack smash protection to functions using local buffers and alloca()
@ -117,8 +117,6 @@ RUN set -xe \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -41,7 +41,7 @@ ENV PHP_INI_DIR /usr/local/etc/php
RUN mkdir -p $PHP_INI_DIR/conf.d
##<autogenerated>##
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts --disable-cgi
##</autogenerated>##
# Apply stack smash protection to functions using local buffers and alloca()
@ -117,8 +117,6 @@ RUN set -xe \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -98,7 +98,7 @@ RUN { \
&& a2enconf docker-php
ENV PHP_EXTRA_BUILD_DEPS apache2-dev
ENV PHP_EXTRA_CONFIGURE_ARGS --with-apxs2
ENV PHP_EXTRA_CONFIGURE_ARGS --with-apxs2 --disable-cgi
##</autogenerated>##
# Apply stack smash protection to functions using local buffers and alloca()
@ -194,8 +194,6 @@ RUN set -eux; \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -135,8 +135,6 @@ RUN set -eux; \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -40,7 +40,7 @@ ENV PHP_INI_DIR /usr/local/etc/php
RUN mkdir -p $PHP_INI_DIR/conf.d
##<autogenerated>##
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
##</autogenerated>##
# Apply stack smash protection to functions using local buffers and alloca()
@ -136,8 +136,6 @@ RUN set -eux; \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -40,7 +40,7 @@ ENV PHP_INI_DIR /usr/local/etc/php
RUN mkdir -p $PHP_INI_DIR/conf.d
##<autogenerated>##
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts --disable-cgi
##</autogenerated>##
# Apply stack smash protection to functions using local buffers and alloca()
@ -136,8 +136,6 @@ RUN set -eux; \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -98,7 +98,7 @@ RUN { \
&& a2enconf docker-php
ENV PHP_EXTRA_BUILD_DEPS apache2-dev
ENV PHP_EXTRA_CONFIGURE_ARGS --with-apxs2
ENV PHP_EXTRA_CONFIGURE_ARGS --with-apxs2 --disable-cgi
##</autogenerated>##
# Apply stack smash protection to functions using local buffers and alloca()
@ -194,8 +194,6 @@ RUN set -eux; \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -135,8 +135,6 @@ RUN set -eux; \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -40,7 +40,7 @@ ENV PHP_INI_DIR /usr/local/etc/php
RUN mkdir -p $PHP_INI_DIR/conf.d
##<autogenerated>##
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
##</autogenerated>##
# Apply stack smash protection to functions using local buffers and alloca()
@ -136,8 +136,6 @@ RUN set -eux; \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -40,7 +40,7 @@ ENV PHP_INI_DIR /usr/local/etc/php
RUN mkdir -p $PHP_INI_DIR/conf.d
##<autogenerated>##
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts --disable-cgi
##</autogenerated>##
# Apply stack smash protection to functions using local buffers and alloca()
@ -136,8 +136,6 @@ RUN set -eux; \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -117,8 +117,6 @@ RUN set -xe \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -41,7 +41,7 @@ ENV PHP_INI_DIR /usr/local/etc/php
RUN mkdir -p $PHP_INI_DIR/conf.d
##<autogenerated>##
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
##</autogenerated>##
# Apply stack smash protection to functions using local buffers and alloca()
@ -118,8 +118,6 @@ RUN set -xe \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -41,7 +41,7 @@ ENV PHP_INI_DIR /usr/local/etc/php
RUN mkdir -p $PHP_INI_DIR/conf.d
##<autogenerated>##
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts --disable-cgi
##</autogenerated>##
# Apply stack smash protection to functions using local buffers and alloca()
@ -118,8 +118,6 @@ RUN set -xe \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -117,8 +117,6 @@ RUN set -xe \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -41,7 +41,7 @@ ENV PHP_INI_DIR /usr/local/etc/php
RUN mkdir -p $PHP_INI_DIR/conf.d
##<autogenerated>##
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
##</autogenerated>##
# Apply stack smash protection to functions using local buffers and alloca()
@ -118,8 +118,6 @@ RUN set -xe \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -41,7 +41,7 @@ ENV PHP_INI_DIR /usr/local/etc/php
RUN mkdir -p $PHP_INI_DIR/conf.d
##<autogenerated>##
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts --disable-cgi
##</autogenerated>##
# Apply stack smash protection to functions using local buffers and alloca()
@ -118,8 +118,6 @@ RUN set -xe \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -98,7 +98,7 @@ RUN { \
&& a2enconf docker-php
ENV PHP_EXTRA_BUILD_DEPS apache2-dev
ENV PHP_EXTRA_CONFIGURE_ARGS --with-apxs2
ENV PHP_EXTRA_CONFIGURE_ARGS --with-apxs2 --disable-cgi
##</autogenerated>##
# Apply stack smash protection to functions using local buffers and alloca()
@ -196,8 +196,6 @@ RUN set -eux; \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -137,8 +137,6 @@ RUN set -eux; \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -40,7 +40,7 @@ ENV PHP_INI_DIR /usr/local/etc/php
RUN mkdir -p $PHP_INI_DIR/conf.d
##<autogenerated>##
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi
##</autogenerated>##
# Apply stack smash protection to functions using local buffers and alloca()
@ -138,8 +138,6 @@ RUN set -eux; \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -40,7 +40,7 @@ ENV PHP_INI_DIR /usr/local/etc/php
RUN mkdir -p $PHP_INI_DIR/conf.d
##<autogenerated>##
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts --disable-cgi
##</autogenerated>##
# Apply stack smash protection to functions using local buffers and alloca()
@ -138,8 +138,6 @@ RUN set -eux; \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -111,8 +111,6 @@ RUN set -xe \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -131,8 +131,6 @@ RUN set -eux; \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -56,4 +56,4 @@ RUN { \
&& a2enconf docker-php
ENV PHP_EXTRA_BUILD_DEPS apache2-dev
ENV PHP_EXTRA_CONFIGURE_ARGS --with-apxs2
ENV PHP_EXTRA_CONFIGURE_ARGS --with-apxs2 --disable-cgi

View File

@ -1 +1 @@
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi

View File

@ -1 +1 @@
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts --disable-cgi