[PHP-CVS] cvs: php-src(PHP_5_3) /ext/sqlite3/libsqlite sqlite3.c sqlite3.h sqlite3ext.h

2009-01-12 Thread Scott MacVicar
scottmacMon Jan 12 18:55:51 2009 UTC

  Modified files:  (Branch: PHP_5_3)
/php-src/ext/sqlite3/libsqlite  sqlite3.c sqlite3.h sqlite3ext.h 
  Log:
  MFH Update sqlite to 3.6.8
  
  http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/libsqlite/sqlite3.c?r1=1.1.2.14r2=1.1.2.15diff_format=u
Index: php-src/ext/sqlite3/libsqlite/sqlite3.c
diff -u php-src/ext/sqlite3/libsqlite/sqlite3.c:1.1.2.14 
php-src/ext/sqlite3/libsqlite/sqlite3.c:1.1.2.15
--- php-src/ext/sqlite3/libsqlite/sqlite3.c:1.1.2.14Mon Jan 12 17:13:21 2009
+++ php-src/ext/sqlite3/libsqlite/sqlite3.c Mon Jan 12 18:55:20 2009
@@ -21,7 +21,7 @@
 ** is also in a separate file.  This file contains only code for the core
 ** SQLite library.
 **
-** This amalgamation was generated on 2009-01-12 15:48:39 UTC.
+** This amalgamation was generated on 2009-01-12 15:45:58 UTC.
 */
 #define SQLITE_CORE 1
 #define SQLITE_AMALGAMATION 1
@@ -45,7 +45,7 @@
 *
 ** Internal interface definitions for SQLite.
 **
-** @(#) $Id: sqlite3.c,v 1.1.2.14 2009/01/12 17:13:21 iliaa Exp $
+** @(#) $Id: sqlite3.c,v 1.1.2.15 2009/01/12 18:55:20 scottmac Exp $
 */
 #ifndef _SQLITEINT_H_
 #define _SQLITEINT_H_
@@ -74,7 +74,7 @@
 ** 
 ** This file defines various limits of what SQLite can process.
 **
-** @(#) $Id: sqlite3.c,v 1.1.2.14 2009/01/12 17:13:21 iliaa Exp $
+** @(#) $Id: sqlite3.c,v 1.1.2.15 2009/01/12 18:55:20 scottmac Exp $
 */
 
 /*
@@ -526,7 +526,7 @@
 ** the version number) and changes its name to sqlite3.h as
 ** part of the build process.
 **
-** @(#) $Id: sqlite3.c,v 1.1.2.14 2009/01/12 17:13:21 iliaa Exp $
+** @(#) $Id: sqlite3.c,v 1.1.2.15 2009/01/12 18:55:20 scottmac Exp $
 */
 #ifndef _SQLITE3_H_
 #define _SQLITE3_H_
@@ -7249,7 +7249,7 @@
 ** This is the header file for the generic hash-table implemenation
 ** used in SQLite.
 **
-** $Id: sqlite3.c,v 1.1.2.14 2009/01/12 17:13:21 iliaa Exp $
+** $Id: sqlite3.c,v 1.1.2.15 2009/01/12 18:55:20 scottmac Exp $
 */
 #ifndef _SQLITE_HASH_H_
 #define _SQLITE_HASH_H_
@@ -7805,7 +7805,7 @@
 ** subsystem.  See comments in the source code for a detailed description
 ** of what each interface routine does.
 **
-** @(#) $Id: sqlite3.c,v 1.1.2.14 2009/01/12 17:13:21 iliaa Exp $
+** @(#) $Id: sqlite3.c,v 1.1.2.15 2009/01/12 18:55:20 scottmac Exp $
 */
 #ifndef _BTREE_H_
 #define _BTREE_H_
@@ -8037,7 +8037,7 @@
 ** or VDBE.  The VDBE implements an abstract machine that runs a
 ** simple program to access and modify the underlying database.
 **
-** $Id: sqlite3.c,v 1.1.2.14 2009/01/12 17:13:21 iliaa Exp $
+** $Id: sqlite3.c,v 1.1.2.15 2009/01/12 18:55:20 scottmac Exp $
 */
 #ifndef _SQLITE_VDBE_H_
 #define _SQLITE_VDBE_H_
@@ -8430,7 +8430,7 @@
 ** subsystem.  The page cache subsystem reads and writes a file a page
 ** at a time and provides a journal for rollback.
 **
-** @(#) $Id: sqlite3.c,v 1.1.2.14 2009/01/12 17:13:21 iliaa Exp $
+** @(#) $Id: sqlite3.c,v 1.1.2.15 2009/01/12 18:55:20 scottmac Exp $
 */
 
 #ifndef _PAGER_H_
@@ -8580,7 +8580,7 @@
 ** This header file defines the interface that the sqlite page cache
 ** subsystem. 
 **
-** @(#) $Id: sqlite3.c,v 1.1.2.14 2009/01/12 17:13:21 iliaa Exp $
+** @(#) $Id: sqlite3.c,v 1.1.2.15 2009/01/12 18:55:20 scottmac Exp $
 */
 
 #ifndef _PCACHE_H_
@@ -8748,7 +8748,7 @@
 ** This header file is #include-ed by sqliteInt.h and thus ends up
 ** being included by every source file.
 **
-** $Id: sqlite3.c,v 1.1.2.14 2009/01/12 17:13:21 iliaa Exp $
+** $Id: sqlite3.c,v 1.1.2.15 2009/01/12 18:55:20 scottmac Exp $
 */
 #ifndef _SQLITE_OS_H_
 #define _SQLITE_OS_H_
@@ -9030,7 +9030,7 @@
 ** Source files should #include the sqliteInt.h file and let that file
 ** include this one indirectly.
 **
-** $Id: sqlite3.c,v 1.1.2.14 2009/01/12 17:13:21 iliaa Exp $
+** $Id: sqlite3.c,v 1.1.2.15 2009/01/12 18:55:20 scottmac Exp $
 */
 
 
@@ -11195,7 +11195,7 @@
 **
 ** This file contains definitions of global variables and contants.
 **
-** $Id: sqlite3.c,v 1.1.2.14 2009/01/12 17:13:21 iliaa Exp $
+** $Id: sqlite3.c,v 1.1.2.15 2009/01/12 18:55:20 scottmac Exp $
 */
 
 
@@ -11302,7 +11302,7 @@
 ** This module implements the sqlite3_status() interface and related
 ** functionality.
 **
-** $Id: sqlite3.c,v 1.1.2.14 2009/01/12 17:13:21 iliaa Exp $
+** $Id: sqlite3.c,v 1.1.2.15 2009/01/12 18:55:20 scottmac Exp $
 */
 
 /*
@@ -11429,7 +11429,7 @@
 ** sqlite3RegisterDateTimeFunctions() found at the bottom of the file.
 ** All other code has file scope.
 **
-** $Id: sqlite3.c,v 1.1.2.14 2009/01/12 17:13:21 iliaa Exp $
+** $Id: sqlite3.c,v 1.1.2.15 2009/01/12 18:55:20 scottmac Exp $
 **
 ** SQLite processes all times and dates as Julian Day numbers.  The
 ** dates and times are stored as the number of days since noon
@@ -12514,7 +12514,7 @@
 ** This file contains OS interface code that is common to all
 ** architectures.
 **
-** $Id: sqlite3.c,v 1.1.2.14 2009/01/12 17:13:21 iliaa Exp $
+** $Id: 

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/sqlite3/libsqlite sqlite3.c sqlite3.h sqlite3ext.h

2008-07-30 Thread Scott MacVicar
scottmacThu Jul 31 00:46:47 2008 UTC

  Modified files:  (Branch: PHP_5_3)
/php-src/ext/sqlite3/libsqlite  sqlite3.c sqlite3.h sqlite3ext.h 
  Log:
  MFH: Resync libsqlite files from amalgamation. Save the kittens, no EOL mess.
  
  
  http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/libsqlite/sqlite3.c?r1=1.1.2.1r2=1.1.2.2diff_format=u
Index: php-src/ext/sqlite3/libsqlite/sqlite3.c
diff -u php-src/ext/sqlite3/libsqlite/sqlite3.c:1.1.2.1 
php-src/ext/sqlite3/libsqlite/sqlite3.c:1.1.2.2
--- php-src/ext/sqlite3/libsqlite/sqlite3.c:1.1.2.1 Fri Jul 25 02:44:57 2008
+++ php-src/ext/sqlite3/libsqlite/sqlite3.c Thu Jul 31 00:46:45 2008
@@ -41,7 +41,7 @@
 *
 ** Internal interface definitions for SQLite.
 **
-** @(#) $Id: sqlite3.c,v 1.1.2.1 2008/07/25 02:44:57 scottmac Exp $
+** @(#) $Id: sqlite3.c,v 1.1.2.2 2008/07/31 00:46:45 scottmac Exp $
 */
 #ifndef _SQLITEINT_H_
 #define _SQLITEINT_H_
@@ -70,7 +70,7 @@
 ** 
 ** This file defines various limits of what SQLite can process.
 **
-** @(#) $Id: sqlite3.c,v 1.1.2.1 2008/07/25 02:44:57 scottmac Exp $
+** @(#) $Id: sqlite3.c,v 1.1.2.2 2008/07/31 00:46:45 scottmac Exp $
 */
 
 /*
@@ -436,7 +436,7 @@
 ** the version number) and changes its name to sqlite3.h as
 ** part of the build process.
 **
-** @(#) $Id: sqlite3.c,v 1.1.2.1 2008/07/25 02:44:57 scottmac Exp $
+** @(#) $Id: sqlite3.c,v 1.1.2.2 2008/07/31 00:46:45 scottmac Exp $
 */
 #ifndef _SQLITE3_H_
 #define _SQLITE3_H_
@@ -6061,7 +6061,7 @@
 ** This is the header file for the generic hash-table implemenation
 ** used in SQLite.
 **
-** $Id: sqlite3.c,v 1.1.2.1 2008/07/25 02:44:57 scottmac Exp $
+** $Id: sqlite3.c,v 1.1.2.2 2008/07/31 00:46:45 scottmac Exp $
 */
 #ifndef _SQLITE_HASH_H_
 #define _SQLITE_HASH_H_
@@ -6578,7 +6578,7 @@
 ** subsystem.  See comments in the source code for a detailed description
 ** of what each interface routine does.
 **
-** @(#) $Id: sqlite3.c,v 1.1.2.1 2008/07/25 02:44:57 scottmac Exp $
+** @(#) $Id: sqlite3.c,v 1.1.2.2 2008/07/31 00:46:45 scottmac Exp $
 */
 #ifndef _BTREE_H_
 #define _BTREE_H_
@@ -6797,7 +6797,7 @@
 ** or VDBE.  The VDBE implements an abstract machine that runs a
 ** simple program to access and modify the underlying database.
 **
-** $Id: sqlite3.c,v 1.1.2.1 2008/07/25 02:44:57 scottmac Exp $
+** $Id: sqlite3.c,v 1.1.2.2 2008/07/31 00:46:45 scottmac Exp $
 */
 #ifndef _SQLITE_VDBE_H_
 #define _SQLITE_VDBE_H_
@@ -7180,7 +7180,7 @@
 ** subsystem.  The page cache subsystem reads and writes a file a page
 ** at a time and provides a journal for rollback.
 **
-** @(#) $Id: sqlite3.c,v 1.1.2.1 2008/07/25 02:44:57 scottmac Exp $
+** @(#) $Id: sqlite3.c,v 1.1.2.2 2008/07/31 00:46:45 scottmac Exp $
 */
 
 #ifndef _PAGER_H_
@@ -7603,7 +7603,7 @@
 ** Source files should #include the sqliteInt.h file and let that file
 ** include this one indirectly.
 **
-** $Id: sqlite3.c,v 1.1.2.1 2008/07/25 02:44:57 scottmac Exp $
+** $Id: sqlite3.c,v 1.1.2.2 2008/07/31 00:46:45 scottmac Exp $
 */
 
 
@@ -9481,7 +9481,7 @@
 ** sqlite3RegisterDateTimeFunctions() found at the bottom of the file.
 ** All other code has file scope.
 **
-** $Id: sqlite3.c,v 1.1.2.1 2008/07/25 02:44:57 scottmac Exp $
+** $Id: sqlite3.c,v 1.1.2.2 2008/07/31 00:46:45 scottmac Exp $
 **
 ** SQLite processes all times and dates as Julian Day numbers.  The
 ** dates and times are stored as the number of days since noon
@@ -10971,7 +10971,7 @@
 ** This file contains the C functions that implement a memory
 ** allocation subsystem for use by SQLite.  
 **
-** $Id: sqlite3.c,v 1.1.2.1 2008/07/25 02:44:57 scottmac Exp $
+** $Id: sqlite3.c,v 1.1.2.2 2008/07/31 00:46:45 scottmac Exp $
 */
 
 /*
@@ -11208,7 +11208,7 @@
 ** This file contains the C functions that implement a memory
 ** allocation subsystem for use by SQLite.  
 **
-** $Id: sqlite3.c,v 1.1.2.1 2008/07/25 02:44:57 scottmac Exp $
+** $Id: sqlite3.c,v 1.1.2.2 2008/07/31 00:46:45 scottmac Exp $
 */
 
 /*
@@ -11699,7 +11699,7 @@
 ** This version of the memory allocation subsystem is used if
 ** and only if SQLITE_MEMORY_SIZE is defined.
 **
-** $Id: sqlite3.c,v 1.1.2.1 2008/07/25 02:44:57 scottmac Exp $
+** $Id: sqlite3.c,v 1.1.2.2 2008/07/31 00:46:45 scottmac Exp $
 */
 
 /*
@@ -12354,7 +12354,7 @@
 ** This version of the memory allocation subsystem is used if
 ** and only if SQLITE_POW2_MEMORY_SIZE is defined.
 **
-** $Id: sqlite3.c,v 1.1.2.1 2008/07/25 02:44:57 scottmac Exp $
+** $Id: sqlite3.c,v 1.1.2.2 2008/07/31 00:46:45 scottmac Exp $
 */
 
 /*
@@ -12866,7 +12866,7 @@
 ** implementation is suitable for testing.
 ** debugging purposes
 **
-** $Id: sqlite3.c,v 1.1.2.1 2008/07/25 02:44:57 scottmac Exp $
+** $Id: sqlite3.c,v 1.1.2.2 2008/07/31 00:46:45 scottmac Exp $
 */
 
 #ifdef SQLITE_MUTEX_NOOP_DEBUG
@@ -12986,7 +12986,7 @@
 *
 ** This file contains the C functions