mirror of
https://github.com/php/php-src.git
synced 2026-04-23 16:08:35 +02:00
b7d66189cb
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