mirror of
https://github.com/php/php-src.git
synced 2026-03-31 04:32:19 +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.