Skip to content

Commit 138b644

Browse files
author
Julien Pauli
committed
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: Fix bug #68260
2 parents 0547edb + dc81054 commit 138b644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/sqlite3/sqlite3.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1924,7 +1924,7 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_sqlite3result_columntype, 0, 0, 1)
19241924
ZEND_ARG_INFO(0, column_number)
19251925
ZEND_END_ARG_INFO()
19261926

1927-
ZEND_BEGIN_ARG_INFO_EX(arginfo_sqlite3result_fetcharray, 0, 0, 1)
1927+
ZEND_BEGIN_ARG_INFO_EX(arginfo_sqlite3result_fetcharray, 0, 0, 0)
19281928
ZEND_ARG_INFO(0, mode)
19291929
ZEND_END_ARG_INFO()
19301930

0 commit comments

Comments
 (0)