php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #162 Error with Solid_Exec and Solid System Tables
Submitted: 1998-03-11 16:07 UTC Modified: 1998-05-23 12:54 UTC
From: wntrmute at tampabay dot rr dot com Assigned:
Status: Closed Package: Solid related
PHP Version: 3.0b4 OS: Linux 2.0.33
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: wntrmute at tampabay dot rr dot com
New email:
PHP Version: OS:

 

 [1998-03-11 16:07 UTC] wntrmute at tampabay dot rr dot com
When attempting to execute a statement that queries any of
the Solid System Tables I get a "Document contains no data."
error message.

The following query will reproduce the error:

$result = Solid_Exec("select * from sys_tables");

I think it has something to do with results retrieved from
System Views under Solid.

I have executed this query under the solsql command line
utility with the same user account I am using in my script,
and received the expected normal query results (IE: it works
under solsql, but in PHP it breaks).

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-05-23 12:54 UTC] ssb
Not reproduceable in RC4/latest CVS version.  Assuming
that there is no bug.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 14:01:31 2024 UTC