Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25718 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51168 invoked by uid 1010); 15 Sep 2006 08:11:29 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 51153 invoked from network); 15 Sep 2006 08:11:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Sep 2006 08:11:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=edink@emini.dk; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=edink@emini.dk; sender-id=pass Received-SPF: pass (pb1.pair.com: domain emini.dk designates 192.38.9.232 as permitted sender) X-PHP-List-Original-Sender: edink@emini.dk X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from [192.38.9.232] ([192.38.9.232:9082] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BA/BA-45066-D006A054 for ; Fri, 15 Sep 2006 04:11:28 -0400 Received: by gw2.emini.dk (Postfix, from userid 504) id 893CCC5AD5; Fri, 15 Sep 2006 10:10:50 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on gw2.emini.dk X-Spam-Detected: no X-Spam-Status: No, score=-4.1 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Level: Received: from [10.0.0.18] (palestine.intra.emini.dk [10.0.0.18]) by gw2.emini.dk (Postfix) with ESMTP id 4E976C5AD1; Fri, 15 Sep 2006 10:10:49 +0200 (CEST) Message-ID: <450A6009.2040703@emini.dk> Date: Fri, 15 Sep 2006 09:10:49 +0100 Organization: Emini A/S User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Michael B Allen Cc: internals@lists.php.net References: <20060914192811.4f41c908.mba2000@ioplex.com> In-Reply-To: <20060914192811.4f41c908.mba2000@ioplex.com> X-Enigmail-Version: 0.94.1.0 OpenPGP: id=157D0FA8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] What's wrong with dl? From: edink@emini.dk (Edin Kadribasic) Michael B Allen wrote: > Our CLI module installer uses dl() to manually load the module and > validate some basic functionality. This is a very nice feature and I'm > disappointed to see it has been deprecated. Will there be any equivalent > functionality moving forward? The extension directive is clumsey in this > scenario because it would require running a separate script. > dl() is scheduled to be removed from all other SAPI's. I believe that there are no current plans to deprecate it from the CLI version of PHP. Edin