mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Retain a RETURN_THROWS() in ext/sqlite3
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user