[Phpmyadmin-devel] 2.8.2.3 breaks scripts/setup.php

Marc Delisle Marc.Delisle at cegepsherbrooke.qc.ca
Tue Aug 22 18:50:28 CEST 2006


Jürgen Wind a écrit :
> 
> 
> Marc Delisle wrote:
>> 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

> maybe a simple typo?
> works independent from register_globals with 
> $_SESSION['PMA_Config'] 
> 

Yes; I'll merge and release 2.8.2.4.




More information about the Developers mailing list