php-developer-list | 2001122

[PHP-DEV] Bug #13456 Updated: mysql_query() returns incorrect result whith do not perform real MySQL state From: zak <email protected>
Date: 12/31/01

ID: 13456
Updated by: zak
Reported By: newland <email protected>
Old Status: Assigned
Status: Closed
Bug Type: MySQL related
Operating System: Linix
PHP Version: 4.0.6
Old Assigned To: Zeev
Assigned To:
New Comment:

Zeev fixed this. The fix should appear in the release that
follows PHP 4.1.1

Previous Comments:
------------------------------------------------------------------------

[2001-11-20 18:52:15] mfischer <email protected>

Being unkind, I assign this to Zeev ... :-)

------------------------------------------------------------------------

[2001-09-26 13:13:33] newland <email protected>

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

------------------------------------------------------------------------

Edit this bug report at http://bugs.php.net/?id=13456&edit=1

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>