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
Have you experienced this issue?
Rate the importance of this bug to you:

 [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 05:01:31 2024 UTC