mirror of
https://github.com/php/php-src.git
synced 2026-04-12 02:23:18 +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.