mirror of
https://github.com/php/php-src.git
synced 2026-04-23 16:08:35 +02:00
12306728c5
The `zend_system_id` is a (true global) system ID that fingerprints a process state. When extensions add engine hooks during MINIT/startup, entropy is added the system ID for each hook. This allows extensions to identify that changes have been made to the engine since the last PHP process restart. Closes GH-5871