no bug, was php.ini config .... carry on ...
To everyone: My recommended values for ini settings are
dont leave them at under 1 people, you can while you test, but in a production environment these are good ....
To everyone: My recommended values for ini settings are
Code:
PHP_INI_ENTRY("loadavg.one", "1.5", PHP_INI_ALL, NULL )
PHP_INI_ENTRY("loadavg.five", "2.0", PHP_INI_ALL, NULL )
PHP_INI_ENTRY("loadavg.ten", "2.5", PHP_INI_ALL, NULL )
dont leave them at under 1 people, you can while you test, but in a production environment these are good ....
Last edited: