From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: MySQL related Bug description: mysql_query() returns incorrect result whith do not perform real MySQL state We use MySQL 3.22.32 and recive false using mysql_query() wherever SQL is correct and has effect on database. So, in file ext/mysql/php_mysql.c line 99 must be at least such line: #if MYSQL_VERSION_ID < 32233 instead of #if MYSQL_VERSION_ID < 32224 in our situation it works properly -- Edit bug report at: http://bugs.php.net/?id=13458&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]