FreeBSD for PHP 5.6
Setting | Dev | Prod |
error_reporting | E_ALL | E_ALL & ~E_DEPRECATED & ~E_STRICT |
display_errors | On | Off |
track_errors | On | Off |
mysqlnd.collect_memory_statistics | On | Off |
PHP Repository (for PHP 7.1 and PHP 7.2)
The same table than below and two more settings:
Setting | Dev | Prod |
zend.assertions | 1 | -1 |
opcache.huge_code_pages | 0 | 1 |
opcache.huge_code_pages
References: