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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: newland at ac-sw dot com
New email:
PHP Version: OS:

 

 [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: Sat May 10 23:01:29 2025 UTC