|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-12-20 14:20 UTC] jani@php.net
-Package: Feature/Change Request
+Package: MySQLi related
[2011-01-06 14:46 UTC] uw@php.net
-Assigned To: georg
+Assigned To: mysql
[2011-01-06 14:46 UTC] uw@php.net
[2011-01-24 10:22 UTC] uw@php.net
-Status: Assigned
+Status: Wont fix
[2011-01-24 10:22 UTC] uw@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 17:00:02 2025 UTC |
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.