mirror of
https://github.com/php/php-src.git
synced 2026-04-05 15:12:39 +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.