Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47962 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47475 invoked from network); 15 Apr 2010 10:01:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Apr 2010 10:01:10 -0000 Authentication-Results: pb1.pair.com header.from=patrick.allaert@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=patrick.allaert@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: patrick.allaert@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-wy0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:34424] helo=mail-wy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 51/9A-20494-4E3E6CB4 for ; Thu, 15 Apr 2010 06:01:09 -0400 Received: by wyb34 with SMTP id 34so511151wyb.29 for ; Thu, 15 Apr 2010 03:01:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:received:message-id:subject :from:to:cc:content-type; bh=XkLsbulbTYRhVqRaKQ9Fst7azIDva/e5Q1VGbbZ6+Nk=; b=TarWRYTK2H7ubeBzNrxnMmgvm1mTV0cjMRNlhjMRTJrCpMlbnzfhCVmD0hUpFgWtBJ pmZwgAwbES8iGTDTXAuzqZ7E6f4Z5qsnDglFKZ2pVqPXWHchqa1GQ9NT6l3LW70Z2ySB ZD9FufyPgoJu1/FAeDhe1k1XnPJGux/hqbEF4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=htp8zTS5EKWrAP0Zw/xEbuOi3N3CWWdw/FB/ClP2kNb4hpgYBZetINc8zipXXRhKqE ka6gLalD0TPHMdQ9pGATendJzyb0q59ymQGFCpSD5lEfAqTGGoKXRHF8zOiW7N5TRFre KAJz5D4X6qMJP0bxwEWAaa7M6PwbrLcU2mpsM= MIME-Version: 1.0 Sender: patrick.allaert@gmail.com Received: by 10.216.81.81 with HTTP; Thu, 15 Apr 2010 03:01:05 -0700 (PDT) In-Reply-To: References: Date: Thu, 15 Apr 2010 12:01:05 +0200 X-Google-Sender-Auth: bc45a9f3ad2023e1 Received: by 10.216.86.71 with SMTP id v49mr6541046wee.14.1271325665285; Thu, 15 Apr 2010 03:01:05 -0700 (PDT) Message-ID: To: Kalle Sommer Nielsen Cc: Internals , Philip Olson Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] Removal of deprecated features From: patrickallaert@php.net (Patrick ALLAERT) 2010/4/15 Kalle Sommer Nielsen : > Hi Patrick > > 2010/4/15 Patrick ALLAERT : >> Hi! >> >> I think we should also keep an eye on removing dead code. >> Removing the useless: main/mergesort.c for example (Patch in attachment). > > I agree we should remove dead code, like Johannes commit to remove > php3_compat.h. As for the mergesort patch, is it used anywhere in PECL > or something? If not then I think we should remove it. It's not, checked with http://php-og.mgdm.net/ and grep. Patrick