mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
fixed bug #74413 wrong reflection on SQLite3::enableExceptions
This commit is contained in:
parent
eb03f16442
commit
b74b325aea
2 changed files with 5 additions and 1 deletions
|
@ -1930,7 +1930,7 @@ ZEND_BEGIN_ARG_INFO_EX(argingo_sqlite3_openblob, 0, 0, 3)
|
|||
ZEND_ARG_INFO(0, dbname)
|
||||
ZEND_END_ARG_INFO()
|
||||
|
||||
ZEND_BEGIN_ARG_INFO_EX(argingo_sqlite3_enableexceptions, 0, 0, 1)
|
||||
ZEND_BEGIN_ARG_INFO_EX(argingo_sqlite3_enableexceptions, 0, 0, 0)
|
||||
ZEND_ARG_INFO(0, enableExceptions)
|
||||
ZEND_END_ARG_INFO()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue