Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3072 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97005 invoked from network); 1 Jul 2003 09:08:20 -0000 Received: from unknown (HELO coogle.localdomain) (198.77.48.137) by pb1.pair.com with SMTP; 1 Jul 2003 09:08:20 -0000 Received: from coogle.localdomain (coogle.localdomain [127.0.0.1]) by coogle.localdomain (8.12.8/8.12.8) with ESMTP id h5S8wlEc030797 for ; Sat, 28 Jun 2003 04:59:27 -0400 Received: (from john@localhost) by coogle.localdomain (8.12.8/8.12.8/Submit) id h5S8w0hO030791; Sat, 28 Jun 2003 04:58:00 -0400 X-Authentication-Warning: coogle.localdomain: john set sender to john@coggeshall.org using -f To: Sascha Schumann Cc: internals@lists.php.net In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-11) Date: 28 Jun 2003 04:58:00 -0400 Message-ID: <1056790680.5070.13.camel@coogle.localdomain> Mime-Version: 1.0 Subject: [PATCH] SQLite session storage From: john@coggeshall.org (John Coggeshall) Since SQLite will be bundled in the future, I sat down and got acquainted with it by writing a module for the session extension which allows users to store their session data in a SQLite database*. To use, just apply the patch to session.c (which adds the reference to the new module and adds the mod_sqlite.c to config.m4) and compile.. To use it set session.save_handler = sqlite. comments welcome. John * = -- -~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~- John Coggeshall john at coggeshall dot org http://www.coggeshall.org/ -~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~-