ID: 31639 User updated by: mnemo at minimum dot se Reported By: mnemo at minimum dot se Status: Bogus Bug Type: MySQL related PHP Version: Irrelevant New Comment:
Aha I understand, sry for the confusion. >From this page (see below) there is a "see also" link which points to those constants. http://se.php.net/manual/en/function.mysql-errno.php I realize now that the link goes to the MySQL site however I did not realize this when I first met this problem. Maybe a little note can be added besides this link, something like: "Note: Make sure you use the actual error code integers not the constants because the constants listed in this document is not defined in PHP's MySQL-library." Previous Comments: ------------------------------------------------------------------------ [2005-01-21 17:36:01] [EMAIL PROTECTED] Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php PHP doesn't use and support mysql's internal error constants. ------------------------------------------------------------------------ [2005-01-21 16:17:14] mnemo at minimum dot se Description: ------------ the constant CR_CONNECTION_ERROR is not defined. this works: if (mysql_errno() == 2002) { blah } but this does not: if (mysql_errno() == CR_CONNECTION_ERROR) { blah } see, http://dev.mysql.com/doc/mysql/en/Error-handling.html ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31639&edit=1
