helly           Mon Jan 10 02:19:09 2005 EDT

  Modified files:              
    /php-src/ext/sqlite sqlite.c 
  Log:
  - Fix proto
  
http://cvs.php.net/diff.php/php-src/ext/sqlite/sqlite.c?r1=1.153&r2=1.154&ty=u
Index: php-src/ext/sqlite/sqlite.c
diff -u php-src/ext/sqlite/sqlite.c:1.153 php-src/ext/sqlite/sqlite.c:1.154
--- php-src/ext/sqlite/sqlite.c:1.153   Mon Jan 10 02:16:25 2005
+++ php-src/ext/sqlite/sqlite.c Mon Jan 10 02:19:08 2005
@@ -17,7 +17,7 @@
    |          Marcus Boerger <[EMAIL PROTECTED]>                              |
    +----------------------------------------------------------------------+
 
-   $Id: sqlite.c,v 1.153 2005/01/10 07:16:25 helly Exp $ 
+   $Id: sqlite.c,v 1.154 2005/01/10 07:19:08 helly Exp $ 
 */
 
 #ifdef HAVE_CONFIG_H
@@ -1073,7 +1073,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.153 2005/01/10 07:16:25 helly Exp 
$");
+       php_info_print_table_row(2, "PECL Module version", 
PHP_SQLITE_MODULE_VERSION " $Id: sqlite.c,v 1.154 2005/01/10 07:19:08 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();
@@ -1571,7 +1571,7 @@
 }
 /* }}} */
 
-/* {{{ proto resource sqlite_fetch_column_types(string table_name, [, int 
result_type] resource db)
+/* {{{ proto resource sqlite_fetch_column_types(string table_name, resource db 
[, int result_type])
    Return an array of column types from a particular table. */
 PHP_FUNCTION(sqlite_fetch_column_types)
 {

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to