mirror of
https://github.com/php/php-src.git
synced 2026-03-29 03:32:20 +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.