]> granicus.if.org Git - php/commit
Unify ZPP handling in ext/sqlite3
authorChristoph M. Becker <cmbecker69@gmx.de>
Thu, 15 Aug 2019 11:29:39 +0000 (13:29 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Thu, 15 Aug 2019 11:31:02 +0000 (13:31 +0200)
commita3abbc092009fbc399c118a36d53549d18a6c08c
treec7750eeaed7e57ef5cf75c7dc6f8388f006b55f7
parente3ebdb6be2adac499e5d801bda10294710f46d3d
Unify ZPP handling in ext/sqlite3

Since `zend_parse_parameters()` now throws on failure, it doesn't make
sense anymore to use `zend_parse_parameters_throw()` instead, and also
it's useless to set an explicit return value.
ext/sqlite3/sqlite3.c