[Phpmyadmin-devel] 2.8.2.3 breaks scripts/setup.php
Jürgen Wind
jwind at ngi.de
Tue Aug 22 18:22:07 CEST 2006
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
>
>
>
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Phpmyadmin-devel mailing list
> Phpmyadmin-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
>
>
maybe a simple typo?
works independent from register_globals with
$_SESSION['PMA_Config']
--
View this message in context: http://www.nabble.com/2.8.2.3-breaks-scripts-setup.php-tf2147231.html#a5928904
Sent from the phpmyadmin-devel forum at Nabble.com.
More information about the Developers
mailing list