Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

JeffP's avatar
Level 3

Unable to disable notices on PHP 7.2 site

Hello, I am trying to test out an app that we are upgrading from PHP 5.6 to 7.2 and the notices(warnings) are printing out to the screen. I have changed the PHP FPM config and PHP CLI config to ; display_errors ; Default Value: Off ; Development Value: Off ; Production Value: Off

; display_startup_errors ; Default Value: Off ; Development Value: Off ; Production Value: Off

; error_reporting ; Default Value: ; Development Value: ; Production Value:

0 likes
1 reply
JeffP's avatar
Level 3

any ideas on how to change this in a non laravel app?

Please or to participate in this conversation.