From: Tal Peer Date: Sun, 20 Apr 2003 13:15:45 +0000 (+0000) Subject: Update X-Git-Tag: SPL_ALPHA~138 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a676f6c29ddeb7690178165161b9b2616cbb839f;p=php Update --- diff --git a/ext/sqlite/CREDITS b/ext/sqlite/CREDITS index 526b5a7d33..bd253dd63b 100644 --- a/ext/sqlite/CREDITS +++ b/ext/sqlite/CREDITS @@ -1,2 +1,2 @@ sqlite -Wez Furlong +Wez Furlong, Tal Peer diff --git a/ext/sqlite/TODO b/ext/sqlite/TODO index 24940a9b3b..3f190670b7 100644 --- a/ext/sqlite/TODO +++ b/ext/sqlite/TODO @@ -1,6 +1,3 @@ -- Implement an aggregating php function handler for use in SQL statements and - triggers etc. - - Add user-space callback for the authorizer function (this is potentially very slow, so it needs to be implemented carefully). diff --git a/ext/sqlite/package.xml b/ext/sqlite/package.xml index 473246adf0..e659eedd98 100644 --- a/ext/sqlite/package.xml +++ b/ext/sqlite/package.xml @@ -10,6 +10,12 @@ wez@php.net lead + + tal + Tal Peer + tal@php.net + developer + SQLite is a C library that implements an embeddable SQL database engine. diff --git a/ext/sqlite/php_sqlite.h b/ext/sqlite/php_sqlite.h index 86fb3084d5..c05bba4c60 100644 --- a/ext/sqlite/php_sqlite.h +++ b/ext/sqlite/php_sqlite.h @@ -13,6 +13,7 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Author: Wez Furlong | + | Tal Peer | + | Authors: Wez Furlong | + | Tal Peer | +----------------------------------------------------------------------+ $Id$