summaryrefslogtreecommitdiff
path: root/ext/sqlite3/sqlite3.c
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2017-04-11 12:13:21 +0100
committerJoe Watkins <krakjoe@php.net>2017-04-11 12:14:25 +0100
commitb74b325aea79b281aff5369d461f5e2d748b0cfc (patch)
treecbb3b0bce4ee95691ac5d4e4fa76a138120d1f81 /ext/sqlite3/sqlite3.c
parenteb03f16442c7ee10842dde0140b933d2be60b84b (diff)
downloadphp-git-b74b325aea79b281aff5369d461f5e2d748b0cfc.tar.gz
fixed bug #74413 wrong reflection on SQLite3::enableExceptions
Diffstat (limited to 'ext/sqlite3/sqlite3.c')
-rw-r--r--ext/sqlite3/sqlite3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite3/sqlite3.c b/ext/sqlite3/sqlite3.c
index 80564049b2..c5006db880 100644
--- a/ext/sqlite3/sqlite3.c
+++ b/ext/sqlite3/sqlite3.c
@@ -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()