Sebastian Mendel a écrit :
Update of /cvsroot/phpmyadmin/phpMyAdmin/libraries/dbi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31315/libraries/dbi
Modified Files: mysqli.dbi.lib.php Log Message:
- make use of MYSQLI_* constants
Sebastian, I knew about the constants but there was a problem with them, can't remember exactly for the moment. Maybe some missing values or wrong values. Did you test the use of constants here?
Marc
Marc Delisle schrieb:
Sebastian Mendel a écrit :
Update of /cvsroot/phpmyadmin/phpMyAdmin/libraries/dbi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31315/libraries/dbi
Modified Files: mysqli.dbi.lib.php Log Message:
- make use of MYSQLI_* constants
Sebastian, I knew about the constants but there was a problem with them, can't remember exactly for the moment. Maybe some missing values or wrong values. Did you test the use of constants here?
tested, found no problems
its only in HEAD so we have some time to figure out ... :-/
but it has nothing todo with mysqli on MySQL <4.1 Servers?
Sebastian Mendel a écrit :
Marc Delisle schrieb:
Sebastian Mendel a écrit :
Update of /cvsroot/phpmyadmin/phpMyAdmin/libraries/dbi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31315/libraries/dbi
Modified Files: mysqli.dbi.lib.php Log Message:
- make use of MYSQLI_* constants
Sebastian, I knew about the constants but there was a problem with them, can't remember exactly for the moment. Maybe some missing values or wrong values. Did you test the use of constants here?
tested, found no problems
In HEAD: Notice: Use of undefined constant MYSQLI_BINARY_FLAG - assumed 'MYSQLI_BINARY_FLAG' in /phpMyAdmin-HEAD/libraries/dbi/mysqli.dbi.lib.php on line 465
PHP 5.1.2 MySQL 5.0.18
To reproduce: On main page, click "Show processes", then click our Refresh link.
its only in HEAD so we have some time to figure out ... :-/
but it has nothing todo with mysqli on MySQL <4.1 Servers?
Marc Delisle schrieb:
Sebastian Mendel a écrit :
Marc Delisle schrieb:
Sebastian Mendel a écrit :
Update of /cvsroot/phpmyadmin/phpMyAdmin/libraries/dbi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31315/libraries/dbi
Modified Files: mysqli.dbi.lib.php Log Message:
- make use of MYSQLI_* constants
Sebastian, I knew about the constants but there was a problem with them, can't remember exactly for the moment. Maybe some missing values or wrong values. Did you test the use of constants here?
tested, found no problems
In HEAD: Notice: Use of undefined constant MYSQLI_BINARY_FLAG - assumed 'MYSQLI_BINARY_FLAG' in /phpMyAdmin-HEAD/libraries/dbi/mysqli.dbi.lib.php on line 465
PHP 5.1.2 MySQL 5.0.18
To reproduce: On main page, click "Show processes", then click our Refresh link.
cannot reproduce
with same as above and Windows, mysql client 5.0.18
whats your mysql client libary version? os?