From: [EMAIL PROTECTED] Operating system: irix PHP version: 4.0.6 PHP Bug Type: MySQL related Bug description: mysql_field_flags returns "enum" for a mysql "set" column type
when using mysql_field_flags to get information on "enum"erations or "set"s from a MySQL column you cannot distinguish between them. Both "enum" and "set" are flagged as "enum" on the PHP side. I suggest that the mysql distinction be maintained on the PHP side. -- Edit bug report at http://bugs.php.net/?id=16399&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=16399&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=16399&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=16399&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=16399&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=16399&r=support Expected behavior: http://bugs.php.net/fix.php?id=16399&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=16399&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=16399&r=submittedtwice
