php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13456 mysql_query() returns incorrect result whith do not perform real MySQL state
Submitted: 2001-09-26 13:13 UTC Modified: 2001-12-31 19:07 UTC
From: newland at ac-sw dot com Assigned:
Status: Closed Package: MySQL related
PHP Version: 4.0.6 OS: Linix
Private report: No CVE-ID: None
 [2001-09-26 13:13 UTC] newland at ac-sw dot com
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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-20 18:52 UTC] mfischer@php.net
Being unkind, I assign this to Zeev ... :-)
 [2001-12-31 19:07 UTC] zak@php.net
Zeev fixed this. The fix should appear in the release that 
follows PHP 4.1.1


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 22:01:27 2025 UTC