[Phpmyadmin-devel] 2.8.2.3 breaks scripts/setup.php
Marc Delisle
Marc.Delisle at cegepsherbrooke.qc.ca
Tue Aug 22 18:07:13 CEST 2006
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
More information about the Developers
mailing list