Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47845 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88538 invoked from network); 9 Apr 2010 14:54:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Apr 2010 14:54:32 -0000 Authentication-Results: pb1.pair.com header.from=keisial@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=keisial@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: keisial@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-wy0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:38938] helo=mail-wy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2E/19-54833-7AF3FBB4 for ; Fri, 09 Apr 2010 10:54:32 -0400 Received: by wyb34 with SMTP id 34so462985wyb.29 for ; Fri, 09 Apr 2010 07:54:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=t9AZCIqih5GmWoD7TPiY2ktNM/DVW2PU9jYXbUR859s=; b=kDIY5D+IOqUkt0PRERLqMCEQj36GS2JssIt0YcIhexz20TZiDrsG6KL1C8MUIDLvUE vFXyTOaagLAc3J5wObkhKkOjOOczQktmBx6P53Gy9WwTiStcS4msvlEbprtG/XQvGJp4 GthDcdQn/WGjjpg2UwkJWD++MNKTeCjyq0BSQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=LM/yBxIei+/TL73AAEUMaYRqDjC4w3yAjk6+6EanY3p8BBenKA948a3Ok812P3uZj1 9LQAxS4zV/wQMheswd89lQOSkOA5lenSHwKBILH+fgfSbIuBsGU+dV5NZUnGqVZLrVuN Hs9DDAwpNECXgVJ1sYEroNgO5Hrbdb0E49Kic= Received: by 10.216.88.148 with SMTP id a20mr87996wef.124.1270824868663; Fri, 09 Apr 2010 07:54:28 -0700 (PDT) Received: from [192.168.1.26] (113.Red-88-4-19.dynamicIP.rima-tde.net [88.4.19.113]) by mx.google.com with ESMTPS id p37sm1590210gvf.28.2010.04.09.07.54.26 (version=SSLv3 cipher=RC4-MD5); Fri, 09 Apr 2010 07:54:27 -0700 (PDT) Message-ID: <4BBF3FA3.7030603@gmail.com> Date: Fri, 09 Apr 2010 16:54:27 +0200 User-Agent: Thunderbird MIME-Version: 1.0 To: Kalle Sommer Nielsen CC: PHP Developers Mailing List References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Removal of deprecated features From: keisial@gmail.com (Keisial) Kalle Sommer Nielsen wrote: > enable_dl > - Is this really worth keeping, since dl() was disabled on almost all > SAPIs except for CLI/CGI/Embed? > Although it is not the most widespread use of PHP, people using things like PHP-GTK probably take advantage of it.