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
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: 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

Pull Requests

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: Sun Dec 22 04:01:29 2024 UTC