Comment 15 for bug 316441

Revision history for this message
Jim Rorie (jfrorie) wrote :

I don't think anyone cares about the fastest or most efficient. But it needs to be correct. That means that it should match the PHP documentation at php.net. Currently, gc_maxlifetime is listed as PHP_IN_ALL which means that a PHP file can modify the setting. This is not true, above 1440.

I've spent about 3 weeks on this problem because the cron job supercedes the documentation.