Skip to content

Commit

Permalink
Fix bug #54692 (SQLite3::open() Return Value) by correcting the SQLit…
Browse files Browse the repository at this point in the history
…e3::open()

prototype.
  • Loading branch information
LawnGnome committed May 10, 2011
1 parent 9a19761 commit a642b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/sqlite3/sqlite3.c
Expand Up @@ -89,7 +89,7 @@ zend_class_entry *php_sqlite3_sc_entry;
zend_class_entry *php_sqlite3_stmt_entry;
zend_class_entry *php_sqlite3_result_entry;

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

0 comments on commit a642b52

Please sign in to comment.