From e6bcd5d5eab662b9576f387b6deb585fab4975ff Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sat, 9 Dec 2023 13:51:22 +0100 Subject: [PATCH] remove deprecated, as of 8.3, option --- etc/php/conf.d/00-docker.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/etc/php/conf.d/00-docker.ini b/etc/php/conf.d/00-docker.ini index dc0c7c7..224753a 100644 --- a/etc/php/conf.d/00-docker.ini +++ b/etc/php/conf.d/00-docker.ini @@ -4,9 +4,6 @@ ; fixation via session adoption with strict mode. Defaults to 0 (disabled). session.use_strict_mode=On -; Enable assert() evaluation. -assert.active=Off - ; This determines whether errors should be printed to the screen as part of the output or if they ; should be hidden from the user. Value "stderr" sends the errors to stderr instead of stdout. display_errors=Off