summaryrefslogtreecommitdiff
path: root/sapi/apache2handler/php_functions.c
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2016-11-16 11:49:04 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2016-11-16 11:49:04 +0100
commiteb570294a289b45d0dd38efc71065d6b0d314c4b (patch)
treecfa73c5288dcfeff8a5b16070e11eabc127e5082 /sapi/apache2handler/php_functions.c
parentecba563f2fa1e027ea91b9ee0d50611273852995 (diff)
downloadphp-git-eb570294a289b45d0dd38efc71065d6b0d314c4b.tar.gz
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.
Diffstat (limited to 'sapi/apache2handler/php_functions.c')
0 files changed, 0 insertions, 0 deletions