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/os_unix.c | |
parent | 7928c645149b9f3a686702053159008ba1935127 (diff) | |
download | php-git-3717df72ae3e1b21b0670080515c82f118d0739e.tar.gz |
Bump year.
Diffstat (limited to 'ext/pdo_sqlite/sqlite/src/os_unix.c')
-rw-r--r-- | ext/pdo_sqlite/sqlite/src/os_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |