diff --git a/NEWS b/NEWS index 976684754e067..57976d14a1f27 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 11acdde36c338..1e382b4280eac 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. */