Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7731 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2417 invoked by uid 1010); 11 Feb 2004 12:18:38 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 2389 invoked from network); 11 Feb 2004 12:18:38 -0000 Received: from unknown (HELO smtp1.netcologne.de) (194.8.194.112) by pb1.pair.com with SMTP; 11 Feb 2004 12:18:38 -0000 Received: from localhost.localdomain (xdsl-195-14-222-41.netcologne.de [195.14.222.41]) by smtp1.netcologne.de (Postfix) with SMTP id 8D8C43947D for ; Wed, 11 Feb 2004 13:18:36 +0100 (MET) Date: Wed, 11 Feb 2004 13:18:37 +0100 To: internals@lists.php.net Message-ID: <20040211131837.75ac4ef0@localhost.localdomain> In-Reply-To: <5.1.0.14.2.20040211140605.04419790@127.0.0.1> References: <5.1.0.14.2.20040211140521.0641ebe0@localhost> <5.1.0.14.2.20040211140605.04419790@127.0.0.1> Subject: Re: [PHP-DEV] Fwd: Re: dl() problem From: paj@pearfr.org (Pierre-Alain Joye) Organization: Freelancer X-Mailer: Sylpheed version 0.9.8claws (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 11 Feb 2004 14:07:16 +0200 Andi Gutmans wrote: > Pierre, > > Just to add to this, the fact that it's deprecated doesn't mean you > can't use it. > It just means that there are known bugs which won't be fixed and the > function won't be maintained. > We've been through this a few times in the past few years and the > conclusion has always been that dl() sucks. Well, php dl sucks? Why it sux for php and not for other langages? (not kidding here :) ). I feel this problem in the same way as the auto* tools. Each time someone came in and say: "got errors using version x", "we" answer please use the(damn old) version 2.x or whatever. As most of other applications use recent auto* tools without problem. If we have to deprecate dl, then we have to provide an alternative (aka python import for instance). pierre