From: jmarbas at hotmail dot com Operating system: n/a PHP version: 5.0.3 PHP Bug Type: Documentation problem Bug description: mysqli_data_seek documentation says that it can be used with unbuffered results
Description: ------------ http://ca3.php.net/manual/en/function.mysqli-data-seek.php Documentation for mysqli_data_seek function says: "Note: This function can only be used with unbuffered results attained from the use of the mysqli_store_result() or mysqli_query() functions." Shouldnt that be 'buffered' and not 'unbuffered' because mysqli_store_result() returns a buffered result set object. -- Edit bug report at http://bugs.php.net/?id=32570&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=32570&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=32570&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=32570&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=32570&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=32570&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=32570&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=32570&r=needscript Try newer version: http://bugs.php.net/fix.php?id=32570&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=32570&r=support Expected behavior: http://bugs.php.net/fix.php?id=32570&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=32570&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=32570&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=32570&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=32570&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=32570&r=dst IIS Stability: http://bugs.php.net/fix.php?id=32570&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=32570&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=32570&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=32570&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=32570&r=mysqlcfg
