Updated PHP error_reporting in the development container

This commit is contained in:
Chris Kankiewicz
2025-06-19 20:26:10 -07:00
parent 4f875184a7
commit fba8e07329

View File

@@ -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