From:             [EMAIL PROTECTED]
Operating system: SUSE
PHP version:      4.2.3
PHP Bug Type:     MSSQL related
Bug description:  truncated field name

  I have column username_calling_centr_operators
  I make request select username_calling_centr_operators
 from tablename;
  In SQLConsole all is ok.
  In php name of column truncated, and I get
Array
(
    [username_calling_centr_operato] => ps
)
-- 
Edit bug report at http://bugs.php.net/?id=20810&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20810&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20810&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20810&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20810&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20810&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20810&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20810&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20810&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20810&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20810&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20810&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20810&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20810&r=isapi

Reply via email to