Hi,
I just noticed that at revision 2.190, http://phpmyadmin.cvs.sourceforge.net/phpmyadmin/phpMyAdmin/Documentation.ht...
the naming of almost all configuration parameters changed and quotes were lost, for example from $cfg['blowfish_secret'] to $cfg[blowfish_secret]
I guess this was not intentional?
Marc
Marc Delisle schrieb:
Hi,
I just noticed that at revision 2.190, http://phpmyadmin.cvs.sourceforge.net/phpmyadmin/phpMyAdmin/Documentation.ht...
the naming of almost all configuration parameters changed and quotes were lost, for example from $cfg['blowfish_secret'] to $cfg[blowfish_secret]
I guess this was not intentional?
it was me?
it was intentionally, cause sometimes it was written with and sometimes without quotes, so i decided to use one style for all places
Sebastian Mendel a écrit :
Marc Delisle schrieb:
Hi,
I just noticed that at revision 2.190, http://phpmyadmin.cvs.sourceforge.net/phpmyadmin/phpMyAdmin/Documentation.ht...
the naming of almost all configuration parameters changed and quotes were lost, for example from $cfg['blowfish_secret'] to $cfg[blowfish_secret]
I guess this was not intentional?
it was me?
it was intentionally, cause sometimes it was written with and sometimes without quotes, so i decided to use one style for all places
No it was nijel. I suggest using just the style with quotes because quotes are necessary in config.inc.php.
Marc
Hi
On Thu, 06 Jul 2006 15:12:51 -0400 Marc Delisle Marc.Delisle@cegepsherbrooke.qc.ca wrote:
I just noticed that at revision 2.190, http://phpmyadmin.cvs.sourceforge.net/phpmyadmin/phpMyAdmin/Documentation.ht...
the naming of almost all configuration parameters changed and quotes were lost, for example from $cfg['blowfish_secret'] to $cfg[blowfish_secret]
I guess this was not intentional?
No, it looks like didn't check carefully what regexp for adding anchors for config options really did. I think quotes should be there...