From: [EMAIL PROTECTED]
Operating system: All
PHP version: 4CVS-2002-10-06
PHP Bug Type: MySQL related
Bug description: We need mysql_fetch_all($mysql_result,[TYPE])
So, please, we need an analog of pg_fetch_all for mysql...
for speed
Assume TYPE of fetching is MYSQL_ASSOC etc...
We want to avoid manual fetching like following:
$rt = mysql_query("select from...");
while($cur = mysql_fetch_assoc($rt))
$result[]=$cur;
--
Edit bug report at http://bugs.php.net/?id=19777&edit=1
--
Try a CVS snapshot: http://bugs.php.net/fix.php?id=19777&r=trysnapshot
Fixed in CVS: http://bugs.php.net/fix.php?id=19777&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=19777&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=19777&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=19777&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=19777&r=support
Expected behavior: http://bugs.php.net/fix.php?id=19777&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=19777&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=19777&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=19777&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19777&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=19777&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=19777&r=isapi