From: [EMAIL PROTECTED] Operating system: NT4 PHP version: 4.2.3 PHP Bug Type: *General Issues Bug description: display of rows in browse incorrect due to field names
I have created a table with the field names as numerical values from 1-10 (i.e. field is named 1 and is a tinyint[2]). Preceeding these numerical fields I have a text[255] field. When browsing the db the text field displays the number 1 instead of its correct text. Changing the value of field named 1 corrects this issue. e.g. this is how it should look. +==========+=+ |text field|1| +==========+=+ | text |1| +----------+-+ and this is how it looks. +==========+=+ |text field|1| +==========+=+ | 1 |1| +----------+-+ -- Edit bug report at http://bugs.php.net/?id=20806&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20806&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=20806&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=20806&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=20806&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=20806&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=20806&r=support Expected behavior: http://bugs.php.net/fix.php?id=20806&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=20806&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=20806&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=20806&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20806&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=20806&r=dst IIS Stability: http://bugs.php.net/fix.php?id=20806&r=isapi