1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 03:22:58 +02:00
Files
archived-php-src/ext
Christoph M. Becker eb570294a2 Fix #73530: Unsetting result set may reset other result set
Calling sqlite3_reset() when a result set object is freed can cause
undesired and maybe even hard to track interference with other result
sets. Furthermore, there is no need to call sqlite3_reset(), because
that is implicitly called on SQLite3Stmt::execute(), and users are
encouraged to explicitly call either SQLite3Result::finalize() or
SQLite3Stmt::reset() anyway.
2016-11-16 11:49:04 +01:00
..
2016-11-03 13:57:28 -04:00
2016-08-30 13:44:34 +02:00
2016-03-17 17:06:56 +08:00
2016-11-03 21:35:09 -07:00
2016-11-03 21:35:09 -07:00
2016-09-12 21:04:23 -07:00
2016-09-25 16:07:14 -07:00
2016-10-08 19:07:35 +02:00
2016-08-06 12:08:13 +02:00
2016-09-15 13:27:20 +02:00
2016-08-18 13:50:36 +10:00
2016-02-13 17:46:24 +01:00
2016-09-12 21:04:23 -07:00
2016-07-30 18:34:34 +02:00
2016-01-15 08:43:00 +01:00
2016-09-12 21:04:23 -07:00
2016-10-10 15:59:52 +02:00
2016-11-08 12:12:58 +01:00
2016-09-12 21:04:23 -07:00
2016-11-03 21:35:09 -07:00
2016-03-14 15:53:02 +01:00
2016-11-03 21:35:09 -07:00
2016-11-03 21:35:09 -07:00