Retain a RETURN_THROWS() in ext/sqlite3

This commit is contained in:
Máté Kocsis 2023-12-04 22:52:20 +01:00
parent 2d057757c4
commit 2cd8f3e625
No known key found for this signature in database
GPG Key ID: FD055E41728BF310

View File

@ -416,7 +416,7 @@ PHP_METHOD(SQLite3, loadExtension)
if (extension_len == 0) {
zend_argument_value_error(1, "cannot be empty");
RETURN_FALSE;
RETURN_THROWS();
}
extension_dir = SQLITE3G(extension_dir);