Skip to content

Commit

Permalink
PHP: fix php.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed May 19, 2023
1 parent 8975a90 commit 0e79912
Show file tree
Hide file tree
Showing 18 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion php56/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM dockette/alpine:3.5

LABEL maintainer="Milan Sulc <sulcmil@gmail.com>"

ADD conf/ci.ini /etc/php5/conf.d/
ADD conf/php.ini /etc/php5/conf.d/999-php.ini

ENV PHP_DIR=/usr/bin
ENV PHP_BIN=$PHP_DIR/php
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion php70/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM dockette/alpine:3.5

LABEL maintainer="Milan Sulc <sulcmil@gmail.com>"

ADD conf/ci.ini /etc/php7/conf.d/
ADD conf/php.ini /etc/php7/conf.d/999-php.ini

ENV PHP_DIR=/usr/bin
ENV PHP_BIN=$PHP_DIR/php
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion php71/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM dockette/alpine:3.7

LABEL maintainer="Milan Sulc <sulcmil@gmail.com>"

ADD conf/ci.ini /etc/php7/conf.d/
ADD conf/php.ini /etc/php7/conf.d/999-php.ini

ENV PHP_DIR=/usr/bin
ENV PHP_BIN=$PHP_DIR/php
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion php72/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM dockette/alpine:3.9

LABEL maintainer="Milan Sulc <sulcmil@gmail.com>"

ADD conf/ci.ini /etc/php7/conf.d/
ADD conf/php.ini /etc/php7/conf.d/999-php.ini

ENV PHP_DIR=/usr/bin
ENV PHP_BIN=$PHP_DIR/php
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion php73/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM dockette/alpine:3.12

LABEL maintainer="Milan Sulc <sulcmil@gmail.com>"

ADD conf/ci.ini /etc/php7/conf.d/
ADD conf/php.ini /etc/php7/conf.d/999-php.ini

ENV PHP_DIR=/usr/bin
ENV PHP_BIN=$PHP_DIR/php
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion php74/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM dockette/alpine:3.14

LABEL maintainer="Milan Sulc <sulcmil@gmail.com>"

ADD conf/ci.ini /etc/php7/conf.d/
ADD conf/php.ini /etc/php7/conf.d/999-php.ini

ENV PHP_DIR=/usr/bin
ENV PHP_BIN=$PHP_DIR/php
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion php80/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM dockette/alpine:3.15

LABEL maintainer="Milan Sulc <sulcmil@gmail.com>"

ADD conf/ci.ini /etc/php8/conf.d/
ADD conf/php.ini /etc/php80/conf.d/999-php.ini

ENV PHP_DIR=/usr/bin
ENV PHP_BIN=$PHP_DIR/php
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion php81/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM dockette/alpine:3.16

LABEL maintainer="Milan Sulc <sulcmil@gmail.com>"

ADD conf/ci.ini /etc/php8/conf.d/
ADD conf/php.ini /etc/php81/conf.d/999-php.ini

ENV PHP_DIR=/usr/bin
ENV PHP_BIN=$PHP_DIR/php
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion php82/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM dockette/alpine:3.18

LABEL maintainer="Milan Sulc <sulcmil@gmail.com>"

ADD conf/ci.ini /etc/php8/conf.d/
ADD conf/php.ini /etc/php82/conf.d/999-php.ini

ENV PHP_DIR=/usr/bin
ENV PHP_BIN=$PHP_DIR/php
Expand Down
File renamed without changes.

0 comments on commit 0e79912

Please sign in to comment.