Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14646 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33514 invoked by uid 1010); 4 Feb 2005 21:46:56 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 33471 invoked from network); 4 Feb 2005 21:46:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Feb 2005 21:46:56 -0000 X-Host-Fingerprint: 66.198.51.121 lerdorf.com Linux 2.4/2.6 Received: from ([66.198.51.121:47121] helo=colo.lerdorf.com) by pb1.pair.com (ecelerity HEAD (r4105:4106)) with SMTP id 11/02-01701-F4DE3024 for ; Fri, 04 Feb 2005 16:46:55 -0500 Received: from [207.126.233.18] (rasmus2.corp.yahoo.com [207.126.233.18]) (authenticated bits=0) by colo.lerdorf.com (8.13.3/8.13.3/Debian-4) with ESMTP id j14LklKU019959 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 4 Feb 2005 13:46:48 -0800 Message-ID: <4203ED47.9090509@lerdorf.com> Date: Fri, 04 Feb 2005 13:46:47 -0800 User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrei Zmievski CC: Wez Furlong , Derrell.Lipman@unwireduniverse.com, internals References: <4e89b426050203173642c9c28b@mail.gmail.com> <20050204213948.GA38807@gravitonic.com> In-Reply-To: <20050204213948.GA38807@gravitonic.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] how to make nasty code less nasty (obtaining sqlite db handle) From: rasmus@lerdorf.com (Rasmus Lerdorf) Andrei Zmievski wrote: > 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. We need it for the ext/libxml mess, for example. -Rasmus