Skip to content

Commit a642b52

Browse files
committed
Fix bug #54692 (SQLite3::open() Return Value) by correcting the SQLite3::open()
prototype.
1 parent 9a19761 commit a642b52

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
@@ -89,7 +89,7 @@ zend_class_entry *php_sqlite3_sc_entry;
8989
zend_class_entry *php_sqlite3_stmt_entry;
9090
zend_class_entry *php_sqlite3_result_entry;
9191

92-
/* {{{ proto bool SQLite3::open(String filename [, int Flags [, string Encryption Key]])
92+
/* {{{ proto void SQLite3::open(String filename [, int Flags [, string Encryption Key]])
9393
Opens a SQLite 3 Database, if the build includes encryption then it will attempt to use the key. */
9494
PHP_METHOD(sqlite3, open)
9595
{

0 commit comments

Comments
 (0)