mirror of
https://github.com/php/php-src.git
synced 2026-04-02 05:32:28 +02:00
The implemented gc() handler simply deletes all sessions, including the current one. This may cause a subsequent unlink() warning. Avoid this by preventing GC from running.