ID:               22005
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         MySQL related
 Operating System: Windows 2000 Server
 PHP Version:      4.3.0
 New Comment:

In fact there are more space but the HTML output will read only one.
Use explode('[[:space:]]',$var) to divide it.

(You can verify that by looking at the HTML source.


Previous Comments:
------------------------------------------------------------------------

[2003-02-01 21:26:48] [EMAIL PROTECTED]

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 this bug report at http://bugs.php.net/?id=22005&edit=1

Reply via email to