Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Other General Recommendations

Kevin Ottley edited this page Apr 11, 2014 · 6 revisions

Prev | Next

PHP Settings

To catch coding errors we suggest enabling the following error reporting settings in your php.ini file as our environments use this.

error_reporting  =  E_ALL | E_STRICT

### Prev | Next
Clone this wiki locally