I'm using PHP 7.1.12 using XAMPP on Windows 10 operating system.
Today, I was just checking the output of phpinfo()
in my web browser and surprisingly I no where found an entry for the directive register_globals
in it.
Almost on 70% of its pages, the PHP Manual mentions this directive register_globals
has been deprecated and should not be used but I can't even see the respective entry in php.ini file. So, is the respective entry has been completely removed from the PHP distribution?
Also, let me know whether old $HTTP_*_VARS
arrays are accessible to me i.e. in PHP 7.1.12 or not or they also have been removed from the PHP distribution?