Skip to content

Commit ebcfc46

Browse files
committed
dont double load xdebug for php7.1, fix ini conf perm
1 parent 683795f commit ebcfc46

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/docker/apache-7.1/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ ARG EXTRA_RUN_CMD_7
1919
RUN bash -c "$EXTRA_RUN_CMD_7"
2020

2121
COPY custom2.ini /usr/local/etc/php/conf.d/custom2.ini
22+
RUN chmod 0444 /usr/local/etc/php/conf.d/custom2.ini

src/docker/apache-7.1/custom2.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ xdebug.remote_host = gateway
1111

1212
; Extensions
1313
extension = imagick.so
14-
zend_extension = xdebug.so
1514
extension = zip.so

0 commit comments

Comments
 (0)