Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14645 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22490 invoked by uid 1010); 4 Feb 2005 21:40:29 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 22462 invoked from network); 4 Feb 2005 21:40:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Feb 2005 21:40:28 -0000 X-Host-Fingerprint: 216.145.54.173 mrout3.yahoo.com FreeBSD 4.7-5.2 (or MacOS X 10.2-10.3) (2) Received: from ([216.145.54.173:26613] helo=mrout3.yahoo.com) by pb1.pair.com (ecelerity HEAD (r4105:4106)) with SMTP id 29/31-01701-CCBE3024 for ; Fri, 04 Feb 2005 16:40:28 -0500 Received: from bourbon.corp.yahoo.com (bourbon.corp.yahoo.com [216.145.53.135]) by mrout3.yahoo.com (8.13.1/8.13.1/y.out) with ESMTP id j14LdrMa070791; Fri, 4 Feb 2005 13:39:53 -0800 (PST) Received: (from andrei@localhost) by bourbon.corp.yahoo.com (8.12.9/8.11.1) id j14Ldnsl038821; Fri, 4 Feb 2005 13:39:49 -0800 (PST) (envelope-from andrei@gravitonic.com) X-Authentication-Warning: bourbon.corp.yahoo.com: andrei set sender to andrei@gravitonic.com using -f Date: Fri, 4 Feb 2005 13:39:49 -0800 To: Wez Furlong Cc: Derrell.Lipman@unwireduniverse.com, internals Message-ID: <20050204213948.GA38807@gravitonic.com> References: <4e89b426050203173642c9c28b@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4e89b426050203173642c9c28b@mail.gmail.com> User-Agent: Mutt/1.4.1i Subject: Re: [PHP-DEV] how to make nasty code less nasty (obtaining sqlite db handle) From: andrei@gravitonic.com (Andrei Zmievski) On Thu, 03 Feb 2005, Wez Furlong wrote: > Some time back, I proposed a framework (and even a patch IIRC) that > allowed this kind of thing at run-time; despite "we the extension > developers" liking the idea, there was some negative feedback from > andi/zeev so it never went further. Search the php-dev archives for > my name and "interfaces" for more on that if you're interesting in > this seeing light in PHP 5.2. I'd definitely be interested in seeing the extension dependency framework in 5.2. - Andrei