Page MenuHomeDevCentral

Update production and development PHP reference configuration
Closed, ResolvedPublic

Description

FreeBSD for PHP 5.6

SettingDevProd
error_reportingE_ALLE_ALL & ~E_DEPRECATED & ~E_STRICT
display_errorsOnOff
track_errorsOnOff
mysqlnd.collect_memory_statisticsOnOff

PHP Repository (for PHP 7.1 and PHP 7.2)

The same table than below and two more settings:

SettingDevProd
zend.assertions1-1
opcache.huge_code_pages01

opcache.huge_code_pages

PHP configuration file

Enables or disables copying of PHP code (text segment) into HUGE PAGES.
This should improve performance, but requires appropriate OS configuration.

References: