thecodingmachine / mouf

The Mouf PHP framework: an open-source PHP framework providing an easy way to download, install, use and reuse components, with a graphical user interface.
MIT License
54 stars 28 forks source link

Fix misconfigured machines #154

Closed moufmouf closed 6 years ago

moufmouf commented 6 years ago

On some misconfigured machines, error_reporting=0. This means it does not even display syntax errors. We should cope for that by not adding only E_ERROR, but also all fatal errors in /direct/ scripts.