php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #20081 return type of mysql_stat
Submitted: 2002-10-25 06:42 UTC Modified: 2002-10-25 06:58 UTC
From: holliwell at gmx dot net Assigned:
Status: Wont fix Package: Feature/Change Request
PHP Version: 4.2.3 OS: n/a
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: holliwell at gmx dot net
New email:
PHP Version: OS:

 

 [2002-10-25 06:42 UTC] holliwell at gmx dot net
Hi,

the mysql_stat() function returns a string.
Maybe it would nice if this function could return the infos in a more structured way, maybe as a sort of array.

greets

Friedhelm Betz

p.s.: i used the latest snap for win, but the version doesnt harm :-)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-25 06:58 UTC] georg@php.net
Hello Friedhelm,

The php-function mysql_stat uses the api call 
mysql_stat(mysql).
Unfortunately the C-API call from libmysql returns only a 
string: char *mysql_stat(MYSQL *mysql).

But feel free to send a feature request to 
internals@mysql.com

Regards

Georg

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 06 03:01:35 2024 UTC