diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2005-08-28 16:54:26 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2005-08-28 16:54:26 +0000 |
commit | f02aa075cb050b3f3198f2cb004098588eef8194 (patch) | |
tree | 8c0def4b08995ed56071153d166b92a047f9d47d /ext/pdo_sqlite/sqlite/src | |
parent | c6aae12cc16e79cbeb51032f5b2822d29410c142 (diff) | |
download | php-git-f02aa075cb050b3f3198f2cb004098588eef8194.tar.gz |
Upgraded bundled SQLite library for PDO:SQLite to 3.2.5
Diffstat (limited to 'ext/pdo_sqlite/sqlite/src')
-rw-r--r-- | ext/pdo_sqlite/sqlite/src/parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_sqlite/sqlite/src/parse.c b/ext/pdo_sqlite/sqlite/src/parse.c index 11acdde36c..1e382b4280 100644 --- a/ext/pdo_sqlite/sqlite/src/parse.c +++ b/ext/pdo_sqlite/sqlite/src/parse.c @@ -1,5 +1,5 @@ /* Driver template for the LEMON parser generator. -** The author disclaims copyright to this source code. +** The author disclaims copyright to this source code. */ /* First off, code is include which follows the "include" declaration ** in the input file. */ |