summaryrefslogtreecommitdiff
path: root/ext/sqlite/sqlite.c
diff options
context:
space:
mode:
authorTal Peer <tal@php.net>2003-04-20 13:15:45 +0000
committerTal Peer <tal@php.net>2003-04-20 13:15:45 +0000
commita676f6c29ddeb7690178165161b9b2616cbb839f (patch)
tree9c6d6394945e2d9ee5eaf59e72598ee8d450ed8f /ext/sqlite/sqlite.c
parent7360c5dfdd7ca8339d9b6fdaa76df544a12f6c3c (diff)
downloadphp-git-a676f6c29ddeb7690178165161b9b2616cbb839f.tar.gz
Update
Diffstat (limited to 'ext/sqlite/sqlite.c')
-rw-r--r--ext/sqlite/sqlite.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/sqlite/sqlite.c b/ext/sqlite/sqlite.c
index d00ca3a47e..2c13a692b5 100644
--- a/ext/sqlite/sqlite.c
+++ b/ext/sqlite/sqlite.c
@@ -12,7 +12,8 @@
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Author: Wez Furlong <wez@thebrainroom.com> |
+ | Authors: Wez Furlong <wez@thebrainroom.com> |
+ | Tal Peer <tal@php.net> |
+----------------------------------------------------------------------+
$Id$