diff options
author | Wez Furlong <wez@php.net> | 2005-01-07 05:27:27 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2005-01-07 05:27:27 +0000 |
commit | e6c282a76639fe4b6e9166210b4f338b83df44e7 (patch) | |
tree | 6b0cb08f8b1efc397477efcfff0bbffaedbe0f36 /ext/pdo_sqlite/sqlite_statement.c | |
parent | 02d6b65c672835f27fd2b160338ab05f1dfca3a1 (diff) | |
download | php-git-e6c282a76639fe4b6e9166210b4f338b83df44e7.tar.gz |
jumbo commit; implement sqlstate error codes.
Bundle sqlite3
Diffstat (limited to 'ext/pdo_sqlite/sqlite_statement.c')
-rw-r--r-- | ext/pdo_sqlite/sqlite_statement.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_sqlite/sqlite_statement.c b/ext/pdo_sqlite/sqlite_statement.c index cb513a3199..d750a3e417 100644 --- a/ext/pdo_sqlite/sqlite_statement.c +++ b/ext/pdo_sqlite/sqlite_statement.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2004 The PHP Group | + | Copyright (c) 1997-2005 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.0 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | |