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