arqui78 / rock-php

Automatically exported from code.google.com/p/rock-php
0 stars 0 forks source link

Improper reformatting of string values #181

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. have a string value with a : in it.
2. view it in rock mongo
3. Notice the ":" was converted to ": " (suffixed with a space)

What is the expected output? What do you see instead?
Expected: "client_mac": [
     "98:03:D8:B1:5D:67" 
  ],

Saw: "client_mac": {
     "0": "98: 03: D8: B1: 5D: 67" 
  },

RockMongo Version (1.0.1, ...)
1.1.0

Operation System (Windows/CentOS, ...)
ubuntu server ed. 11.04?

PHP Version (5.1.6, ...)
5.3.5-1ubuntu7.7

php_mongo Version (1.0.1, ...)
1.2.9

MongoDB version (1.5.5, ...)
2.0.2

Please provide any additional information below.

Original issue reported on code.google.com by m...@chasefox.net on 29 Mar 2012 at 10:34

GoogleCodeExporter commented 8 years ago

Original comment by iwind....@gmail.com on 4 May 2012 at 6:32