diff options
author | Sebastian Bergmann <sebastian@php.net> | 2007-01-01 09:29:37 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2007-01-01 09:29:37 +0000 |
commit | 3717df72ae3e1b21b0670080515c82f118d0739e (patch) | |
tree | dddd713d75b6f3f6f3d7fc09cae551a67edbb3f1 /ext/pdo_sqlite/sqlite/src | |
parent | 7928c645149b9f3a686702053159008ba1935127 (diff) | |
download | php-git-3717df72ae3e1b21b0670080515c82f118d0739e.tar.gz |
Bump year.
Diffstat (limited to 'ext/pdo_sqlite/sqlite/src')
-rw-r--r-- | ext/pdo_sqlite/sqlite/src/loadext.c | 2 | ||||
-rw-r--r-- | ext/pdo_sqlite/sqlite/src/os_unix.c | 2 | ||||
-rw-r--r-- | ext/pdo_sqlite/sqlite/src/sqlite3ext.h | 2 | ||||
-rw-r--r-- | ext/pdo_sqlite/sqlite/src/vdbemem.c | 2 | ||||
-rw-r--r-- | ext/pdo_sqlite/sqlite/src/vtab.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/ext/pdo_sqlite/sqlite/src/loadext.c b/ext/pdo_sqlite/sqlite/src/loadext.c index 60ec053cfb..46ae2a9387 100644 --- a/ext/pdo_sqlite/sqlite/src/loadext.c +++ b/ext/pdo_sqlite/sqlite/src/loadext.c @@ -1,5 +1,5 @@ /* -** 2006 June 7 +** 2007 June 7 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: diff --git a/ext/pdo_sqlite/sqlite/src/os_unix.c b/ext/pdo_sqlite/sqlite/src/os_unix.c index 5b58cb7aac..dd94bbb2db 100644 --- a/ext/pdo_sqlite/sqlite/src/os_unix.c +++ b/ext/pdo_sqlite/sqlite/src/os_unix.c @@ -162,7 +162,7 @@ struct unixFile { ** to another. This logic makes sure a user does not try to do that ** by mistake. ** -** Version 3.3.1 (2006-01-15): OsFiles can be moved from one thread to +** Version 3.3.1 (2007-01-15): OsFiles can be moved from one thread to ** another as long as we are running on a system that supports threads ** overriding each others locks (which now the most common behavior) ** or if no locks are held. But the OsFile.pLock field needs to be diff --git a/ext/pdo_sqlite/sqlite/src/sqlite3ext.h b/ext/pdo_sqlite/sqlite/src/sqlite3ext.h index 9b3dae7407..016f31ff05 100644 --- a/ext/pdo_sqlite/sqlite/src/sqlite3ext.h +++ b/ext/pdo_sqlite/sqlite/src/sqlite3ext.h @@ -1,5 +1,5 @@ /* -** 2006 June 7 +** 2007 June 7 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: diff --git a/ext/pdo_sqlite/sqlite/src/vdbemem.c b/ext/pdo_sqlite/sqlite/src/vdbemem.c index 51cd6827fa..f53a4a4d26 100644 --- a/ext/pdo_sqlite/sqlite/src/vdbemem.c +++ b/ext/pdo_sqlite/sqlite/src/vdbemem.c @@ -761,7 +761,7 @@ void sqlite3VdbeMemSanity(Mem *pMem){ ** parameter, which must be one of SQLITE_UTF16BE, SQLITE_UTF16LE or ** SQLITE_UTF8. ** -** (2006-02-16:) The enc value can be or-ed with SQLITE_UTF16_ALIGNED. +** (2007-02-16:) The enc value can be or-ed with SQLITE_UTF16_ALIGNED. ** If that is the case, then the result must be aligned on an even byte ** boundary. */ diff --git a/ext/pdo_sqlite/sqlite/src/vtab.c b/ext/pdo_sqlite/sqlite/src/vtab.c index e00a1ebc69..1f236246a7 100644 --- a/ext/pdo_sqlite/sqlite/src/vtab.c +++ b/ext/pdo_sqlite/sqlite/src/vtab.c @@ -1,5 +1,5 @@ /* -** 2006 June 10 +** 2007 June 10 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: |