mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +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