summaryrefslogtreecommitdiff
path: root/ext/sqlite/php_sqlite.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sqlite/php_sqlite.h')
-rw-r--r--ext/sqlite/php_sqlite.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/sqlite/php_sqlite.h b/ext/sqlite/php_sqlite.h
index 4160a6cf5..0d27dc38e 100644
--- a/ext/sqlite/php_sqlite.h
+++ b/ext/sqlite/php_sqlite.h
@@ -2,12 +2,12 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2005 The PHP Group |
+ | Copyright (c) 1997-2006 The PHP Group |
+----------------------------------------------------------------------+
- | This source file is subject to version 3.0 of the PHP license, |
+ | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
| available through the world-wide-web at the following url: |
- | http://www.php.net/license/3_0.txt. |
+ | http://www.php.net/license/3_01.txt |
| If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
@@ -17,7 +17,7 @@
| Marcus Boerger <helly@php.net> |
+----------------------------------------------------------------------+
- $Id: php_sqlite.h,v 1.32 2005/08/03 14:07:53 sniper Exp $
+ $Id: php_sqlite.h,v 1.32.2.2 2006/01/01 12:50:14 sniper Exp $
*/
#ifndef PHP_SQLITE_H
@@ -93,7 +93,7 @@ PHP_FUNCTION(sqlite_factory);
PHP_FUNCTION(sqlite_fetch_column_types);
ZEND_BEGIN_MODULE_GLOBALS(sqlite)
- int assoc_case;
+ long assoc_case;
ZEND_END_MODULE_GLOBALS(sqlite)
#ifdef ZTS