helly Tue Jan 25 14:08:38 2005 EDT Modified files: /php-src/ext/sqlite sqlite.c Log: - Proto fix http://cvs.php.net/diff.php/php-src/ext/sqlite/sqlite.c?r1=1.155&r2=1.156&ty=u Index: php-src/ext/sqlite/sqlite.c diff -u php-src/ext/sqlite/sqlite.c:1.155 php-src/ext/sqlite/sqlite.c:1.156 --- php-src/ext/sqlite/sqlite.c:1.155 Mon Jan 24 13:46:50 2005 +++ php-src/ext/sqlite/sqlite.c Tue Jan 25 14:08:38 2005 @@ -17,7 +17,7 @@ | Marcus Boerger <[EMAIL PROTECTED]> | +----------------------------------------------------------------------+ - $Id: sqlite.c,v 1.155 2005/01/24 18:46:50 helly Exp $ + $Id: sqlite.c,v 1.156 2005/01/25 19:08:38 helly Exp $ */ #ifdef HAVE_CONFIG_H @@ -1081,7 +1081,7 @@ { php_info_print_table_start(); php_info_print_table_header(2, "SQLite support", "enabled"); - php_info_print_table_row(2, "PECL Module version", PHP_SQLITE_MODULE_VERSION " $Id: sqlite.c,v 1.155 2005/01/24 18:46:50 helly Exp $"); + php_info_print_table_row(2, "PECL Module version", PHP_SQLITE_MODULE_VERSION " $Id: sqlite.c,v 1.156 2005/01/25 19:08:38 helly Exp $"); php_info_print_table_row(2, "SQLite Library", sqlite_libversion()); php_info_print_table_row(2, "SQLite Encoding", sqlite_libencoding()); php_info_print_table_end(); @@ -2640,7 +2640,7 @@ } /* }}} */ -/* {{{ proto bool sqlite_key(resource result) +/* {{{ proto int sqlite_key(resource result) Return the current row index of a buffered result. */ PHP_FUNCTION(sqlite_key) {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php