Forum » » Bugs, Probs ... » » Nouvelle install sous usbwebserver PHP 8.1
Posté : 15 févr. 2025 à 15:50
[code php] // Modify the report level of PHP // report NO ERROR. // error_reporting(0); // Devel report. // error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE); // Standard ERROR report. // error_reporting(E_ERROR | E_WARNING | E_PARSE); // All. // error_reporting(E_ALL); [/code]
Cet article provient de NPDS
https://www.npds.org/viewtopic.php?topic=26963&forum=1