mirror of
https://github.com/php/php-src.git
synced 2026-04-22 23:48:14 +02:00
cc39bc21e3
The `PS_ENCODE_LOOP` does not protect the session hash table that it iterates over. Change it by temporarily creating a copy. Closes GH-16640.