Hi list!
Olivier do you have any idea about this old message from Robin ?
$connect_func() is defined in lib.inc.php3 and used there and in main.php3 BUT mysql_connect() is also used in main.php3 lines 158,183 & 189 is this intended or a coding inconsistancy ?
It seems to me a coding inconsistancy but maybe you trully wanted to use mysql_connect for specific reasons.
An other question: with the 2.2.0 release and invalid connection settings (invalid login, password, hostname, port, ...) are you always displayed an explicit error message?
Loïc
______________________________________________________________________________ ifrance.com, l'email gratuit le plus complet de l'Internet ! vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP... http://www.ifrance.com/_reloc/email.emailif
Loïc a écrit :
An other question: with the 2.2.0 release and invalid connection settings (invalid login, password, hostname, port, ...) are you always displayed an explicit error message?
Loïc
With invalid host: Unknown MySQL Server Host 'www2.CollegeSherbrooke.qc.ca' (2)
With invalid password for stduser: Accès refusé pour l'utilisateur: 'stduser@www.CollegeSherbrooke.qc.ca' (mot de passe: OUI)
Remember, a patch has been applied to avoid revealing the SQL command when connecting.
Marc