iliaa           Sun Aug 28 12:54:27 2005 EDT

  Modified files:              (Branch: PHP_5_1)
    /php-src    NEWS 
    /php-src/ext/pdo_sqlite/sqlite/src  parse.c 
  Log:
  Upgraded bundled SQLite library for PDO:SQLite to 3.2.5
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.29&r2=1.2027.2.30&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.29 php-src/NEWS:1.2027.2.30
--- php-src/NEWS:1.2027.2.29    Sun Aug 28 12:23:48 2005
+++ php-src/NEWS        Sun Aug 28 12:54:24 2005
@@ -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
http://cvs.php.net/diff.php/php-src/ext/pdo_sqlite/sqlite/src/parse.c?r1=1.6.2.1&r2=1.6.2.2&ty=u
Index: php-src/ext/pdo_sqlite/sqlite/src/parse.c
diff -u php-src/ext/pdo_sqlite/sqlite/src/parse.c:1.6.2.1 
php-src/ext/pdo_sqlite/sqlite/src/parse.c:1.6.2.2
--- php-src/ext/pdo_sqlite/sqlite/src/parse.c:1.6.2.1   Sun Aug 28 12:53:24 2005
+++ php-src/ext/pdo_sqlite/sqlite/src/parse.c   Sun Aug 28 12:54:26 2005
@@ -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. */

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to