[Phpmyadmin-devel] undefined variables

Hi, I just got a bunch of undefined: strProtocolVersion, strMySQLClientVersion, strUsedPhpExtension. Marc

Marc Delisle schrieb:
Hi, I just got a bunch of undefined: strProtocolVersion, strMySQLClientVersion, strUsedPhpExtension.
too fast for me ... ;-) yes i have to add this to the language files, can someone do this please? $strProtocolVersion = 'Protocoll version'; $strMysqlClientVersion = 'MySQL client version'; $strUsedPhpExtension ='Used PHP extensions'; -- Sebastian Mendel www.sebastianmendel.de www.sf.net/projects/phpdatetime | www.sf.net/projects/phptimesheet

Sebastian Mendel a écrit :
Marc Delisle schrieb:
Hi, I just got a bunch of undefined: strProtocolVersion, strMySQLClientVersion, strUsedPhpExtension.
too fast for me ... ;-)
yes i have to add this to the language files, can someone do this please?
$strProtocolVersion = 'Protocoll version'; $strMysqlClientVersion = 'MySQL client version'; $strUsedPhpExtension ='Used PHP extensions';
Done!

Sebastian Mendel a écrit :
Marc Delisle schrieb:
Hi, I just got a bunch of undefined: strProtocolVersion, strMySQLClientVersion, strUsedPhpExtension.
too fast for me ... ;-)
yes i have to add this to the language files, can someone do this please?
$strProtocolVersion = 'Protocoll version'; $strMysqlClientVersion = 'MySQL client version'; $strUsedPhpExtension ='Used PHP extensions';
I think the last one should be 'Used PHP extension' without the "s" ? Marc

Marc Delisle schrieb:
$strUsedPhpExtension ='Used PHP extensions';
I think the last one should be 'Used PHP extension' without the "s" ?
we could also add other used extensions gd/iconv/recode/ ... extensions that are not always used, or depending on specific environment or settings -- Sebastian Mendel www.sebastianmendel.de www.sf.net/projects/phpdatetime | www.sf.net/projects/phptimesheet

Sebastian Mendel a écrit :
Marc Delisle schrieb:
$strUsedPhpExtension ='Used PHP extensions';
I think the last one should be 'Used PHP extension' without the "s" ?
we could also add other used extensions gd/iconv/recode/ ... extensions that are not always used, or depending on specific environment or settings
Good idea. Meanwhile, the variable is now "$strUsedPhpExtensions". Marc
participants (2)
-
Marc Delisle
-
Sebastian Mendel