We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc4247 commit a892e17Copy full SHA for a892e17
Dockerfile
@@ -85,7 +85,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin/
85
86
COPY configs/ports.conf /etc/apache2/ports.conf
87
COPY configs/logs.conf /etc/apache2/conf-enabled/logs.conf
88
-COPY configs/php.ini /usr/local/etc/php/conf.d/php-defaults.ini
+COPY configs/php-errors.ini /usr/local/etc/php/conf.d/php-errors.ini
89
COPY apache-run.sh /usr/bin/apache-run
90
COPY ./bin /usr/bin/
91
configs/php-errors.ini
@@ -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
0 commit comments