From: Ilia Alshanetsky Date: Sun, 28 Aug 2005 16:54:26 +0000 (+0000) Subject: Upgraded bundled SQLite library for PDO:SQLite to 3.2.5 X-Git-Tag: php-5.1.0RC2_PRE~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f02aa075cb050b3f3198f2cb004098588eef8194;p=php Upgraded bundled SQLite library for PDO:SQLite to 3.2.5 --- diff --git a/NEWS b/NEWS index 976684754e..57976d14a1 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? Aug 2005, PHP 5.1 Release Candidate 2 +- Upgraded bundled SQLite library for PDO:SQLite to 3.2.5 (Ilia) - Upgraded PCRE library to version 6.2. (Andrei) - Updated bundled libraries in Windows distribution. (Edin) . zlib 1.2.3 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. */