From: corinl at gmx dot de Operating system: debian 686 PHP version: 5.2.2 PHP Bug Type: MySQLi related Bug description: no way safe to retrieve warnings
Description: ------------ using $m->query('SHOW WARNINGS') changes $m->affected_rows, so it cannot be used when extending the class. also, affected_rows is write protected so it cannot be saved and restored after fetching the warnings. $m->get_warnings() does not seem to work yet. Reproduce code: --------------- see above Expected result: ---------------- please make $m->query('SHOW WARNINGS') not to change change $m->affected_rows. if this is not desired, please make get_warnings() functional. -- Edit bug report at http://bugs.php.net/?id=41402&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=41402&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=41402&r=trysnapshot52 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=41402&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=41402&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=41402&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=41402&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=41402&r=needscript Try newer version: http://bugs.php.net/fix.php?id=41402&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=41402&r=support Expected behavior: http://bugs.php.net/fix.php?id=41402&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=41402&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=41402&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=41402&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=41402&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=41402&r=dst IIS Stability: http://bugs.php.net/fix.php?id=41402&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=41402&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=41402&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=41402&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=41402&r=mysqlcfg