Skip to content

Commit d06f18d

Browse files
committed
Merge branch 'php8dot1' of github.com:moveis-simonetti/php-apache-oci8-composer into php8dot2
2 parents 6afda55 + f4fd797 commit d06f18d

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ RUN echo "---> Fix permissions" \
8383

8484
COPY configs/ports.conf /etc/apache2/ports.conf
8585
COPY configs/logs.conf /etc/apache2/conf-enabled/logs.conf
86-
COPY configs/php.ini /usr/local/etc/php/conf.d/php-defaults.ini
86+
COPY configs/php-errors.ini /usr/local/etc/php/conf.d/php-errors.ini
8787
COPY apache-run.sh /usr/bin/apache-run
8888
COPY ./bin /usr/bin/
8989

configs/php-errors.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
html_errors Off
2+
display_errors=Off
3+
error_reporting=E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_USER_DEPRECATED

configs/php.ini

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)