mirror of
https://github.com/php/php-src.git
synced 2026-04-25 08:58:28 +02:00
c2eafc29f5
We must not allow to serialize already finalized `HashContext`s, since the internal context is already freed. Since there is not much point in serializing finalized `HashContext`s, we just bail out in that case. Closes GH-8265.