We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
zend.exception_ignore_args
1 parent a2cbb73 commit cb9269fCopy full SHA for cb9269f
docker/backend/Dockerfile
@@ -42,6 +42,7 @@ RUN \
42
# Enable zend.assertions
43
# Development Value: 1
44
sed -i "s/zend.assertions = -1/zend.assertions = 1/g" /etc/php/8.3/fpm/php.ini && \
45
+ sed -i "s/exception_ignore_args = On/zend.assertions = Off/g" /etc/php/8.3/fpm/php.ini && \
46
sed -i "s/;clear_env = no/clear_env = no/g" /etc/php/8.3/fpm/pool.d/www.conf && \
47
sed -i "s/Listen 80/Listen 8080/g" /etc/apache2/ports.conf
48
0 commit comments