mirror of
https://github.com/php/php-src.git
synced 2026-03-30 20:22:36 +02:00
This restricts allowed usage of $GLOBALS, with the effect that plain PHP arrays can no longer contain INDIRECT elements. RFC: https://wiki.php.net/rfc/restrict_globals_usage Closes GH-6487.