From fba8e0732982c6da44f1660fc777eee875ef6dc3 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Thu, 19 Jun 2025 20:26:10 -0700 Subject: [PATCH] Updated PHP error_reporting in the development container --- .docker/php/config/php.prod.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docker/php/config/php.prod.ini b/.docker/php/config/php.prod.ini index 43fd34e..f19b6b8 100644 --- a/.docker/php/config/php.prod.ini +++ b/.docker/php/config/php.prod.ini @@ -1,4 +1,4 @@ [PHP] -error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT +error_reporting = E_ALL & ~E_DEPRECATED log_errors = On memory_limit = -1