mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Don't use persistent string/attribute for the global SID constant, which is created at runtime and destroyed at the end of the request. Requires CFLAGS="-DZEND_RC_DEBUG=1" to reproduce. Closes GH-19595