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

in our situation it works properly

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-09-26 13:26 UTC] derick@php.net
Submitted twice
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 00:01:27 2024 UTC