From:             [EMAIL PROTECTED]
Operating system: Windows 2000 Server
PHP version:      4.3.0
PHP Bug Type:     MySQL related
Bug description:  mysql_stat() - Incorrect Format

When I call mysql_stat(), it returns a string like this:

Uptime: 1182208  Threads: 13  Questions: 745284  Slow queries: 1  Opens:
2210  Flush tables: 1  Open tables: 12 Queries per second avg: 0.630

All the fields are supposed to have two spaces ("  ") between each of them
so that an explode() will work on it.

However, you will notice that there is only 1 space (" ") between the
value of "Open Tables" and the caption "Queries per second avg:"

Is this how it is supposed to be? Or is this a minor bug?
-- 
Edit bug report at http://bugs.php.net/?id=22005&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22005&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22005&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22005&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22005&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22005&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22005&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22005&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22005&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22005&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22005&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22005&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22005&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22005&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22005&r=gnused

Reply via email to