php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4365 Error when doing a resultless query
Submitted: 2000-05-09 18:49 UTC Modified: 2000-06-10 02:16 UTC
From: alex at iniciando dot com Assigned:
Status: Closed Package: MySQL related
PHP Version: 4.0 Release Candidate 1 OS: Red Hat Linux 6.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git 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.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: alex at iniciando dot com
New email:
PHP Version: OS:

 

 [2000-05-09 18:49 UTC] alex at iniciando dot com
When any PHP script tries to do a resultless (INSERT, DELETE, CREATE, UPDATE, REPLACE, ALTER) query to MySQL, it outputs an error regarding not being able to save the result set.

I'm using Apache 1.3.12 with --enable-module=so --enable-shared=max
PHP4.0RC1: --enable-versioning --with-mysql
PHP3.0.16: --enable-versioning --with-mysql (using PHP3 there is no problem!)
MOD_SSL, MOD_PERL, (these should not pose any problems; PHP4 has trouble even when it's loaded alone).
MySQL. 3.22.32.

Was it already solved? is it in the cvs?
thanx in advance...

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-10 02:16 UTC] zeev at cvs dot php dot net
You must explicitly specify the MySQL directory in the --with-mysql switch in PHP 4.0.
If the problem persists with PHP 4.0.0 release after explicitly specifying the MySQL directory with --with-mysql, please submit a new bug report
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Jun 03 06:01:31 2024 UTC