You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.
Continuing the bug report from zendframework/zendframework#4733
TL:DR;
When the following settings are set via the pool config from php-fpm and not in php.ini, they cannot be overwritten via php's ini_set():
ZF2 tries to reset them anyway and fails (see old bug report for details).
ZF2 Versions tested: 2.2.1, 2.4.1, 2.5.3
On PHP 5.6
example php-fpm pool conf line:
php_admin_value[session.gc_maxlifetime] = 1880
The text was updated successfully, but these errors were encountered: