Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11114 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63544 invoked by uid 1010); 12 Jul 2004 08:39:36 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 63413 invoked from network); 12 Jul 2004 08:39:35 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 12 Jul 2004 08:39:35 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.11/8.12.11) with ESMTP id i6C8dZjn024960 for ; Mon, 12 Jul 2004 10:39:35 +0200 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.11/8.12.11) with ESMTP id i6C8dWwb024952; Mon, 12 Jul 2004 10:39:32 +0200 Date: Mon, 12 Jul 2004 10:39:32 +0200 (CEST) X-X-Sender: derick@localhost To: Wez Furlong cc: PHP Developers Mailing List , Ilia Alshanetsky In-Reply-To: <4e89b426040709110429955e72@mail.gmail.com> Message-ID: References: <4e89b426040709110429955e72@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at jdimedia.nl Subject: Re: [PHP-DEV] SQLite weirdness From: derick@php.net (Derick Rethans) On Fri, 9 Jul 2004, Wez Furlong wrote: > Stas already came up with a solution for the non-oo api; it probably > just needs porting to the oo interface. It already is it seams, the execQuery() method. Though I still don't like the way how things are working :) regards, Derick