PHP Bugs  
php.net | support | documentation | report a bug | advanced search | search howto | statistics | login

go to bug id or search bugs for  

Bug #13456 mysql_query() returns incorrect result whith do not perform real MySQL state
Submitted:26 Sep 2001 1:13pm UTC Modified: 31 Dec 2001 7:07pm UTC
From:newland at ac-sw dot com Assigned to:
Status:Closed Category:MySQL related
Version:4.0.6 OS:Linix
View/Vote Developer Edit Submission

Welcome! If you don't have a SVN account, you can't do anything here. You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
SVN Username: SVN Password:
Quick Fix:
Status: Assign to:
Category:
Summary:
From: newland at ac-sw dot com
New email:
Version: OS:
New/Additional Comment:

[26 Sep 2001 1:13pm 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
[20 Nov 2001 6:52pm UTC] mfischer@php.net
Being unkind, I assign this to Zeev ... :-)
[31 Dec 2001 7:07pm UTC] zak@php.net
Zeev fixed this. The fix should appear in the release that 
follows PHP 4.1.1


RSS feed | show source 

PHP Copyright © 2001-2009 The PHP Group
All rights reserved.
Last updated: Sat Nov 21 10:30:49 2009 UTC