Hi Michal,
Juergen reported that in 2.8.2.3, setup script does not work and I confirm (on systems with register_globals set to Off).
At the beginning we now have $PMA_Config_Setup = new PMA_Config();
and later we do if ( $GLOBALS['PMA_Config']->get( 'PMA_PHP_INT_VERSION' ) < 40100) {
which is a line (1836) that fails.
But sometimes this script refers to $PMA_Config_Setup->get('PMA_VERSION')
What is the reason for $GLOBALS['PMA_Config'] ?
Marc