Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47961 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45457 invoked from network); 15 Apr 2010 09:48:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Apr 2010 09:48:37 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.219 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.218.219 mail-bw0-f219.google.com Received: from [209.85.218.219] ([209.85.218.219:57825] helo=mail-bw0-f219.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 47/2A-20494-4F0E6CB4 for ; Thu, 15 Apr 2010 05:48:37 -0400 Received: by bwz19 with SMTP id 19so77975bwz.1 for ; Thu, 15 Apr 2010 02:48:33 -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=CKtycK8Kl5V6kG2gBaaSwNWuTOTeFasfp4QGMnOBspE=; b=nJM3iTNFIf15ew07gw3kDlOKz5OtZ6TES1o8vmOTm3g8+EF+k7mZ8GtnVBDDRYEc7V 3B4NHp/SJwxIruDTXBYsF0EsX3im4LLrdBDbKymIvA2u0t8GR2Hen2uHtKJn+0wu7YwO KRcmfCfm8kAHSLSkh+NqH/JtFDQ74iCcsdJpg= 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=rIjgAQxLSm6KfeqxGXTY+ME1JcKH1Rlh0/dx2k4jI+gaB7pSilKDpuEGCAgj4YKwI3 nqnwK0RFaP99fCrGTqqMnBQIE0LybNDq42e0EtVG9HGJl2eDZjwnP2y3UKjz0j8uivv5 5TT2QH7O/fun7AqWl8rTRyUePVYoucS6yDWoc= MIME-Version: 1.0 Sender: kalle.php@gmail.com Received: by 10.204.117.197 with HTTP; Thu, 15 Apr 2010 02:48:33 -0700 (PDT) In-Reply-To: References: Date: Thu, 15 Apr 2010 11:48:33 +0200 X-Google-Sender-Auth: 2ffa834d6607d04f Received: by 10.204.6.203 with SMTP id a11mr4510046bka.8.1271324913639; Thu, 15 Apr 2010 02:48:33 -0700 (PDT) Message-ID: To: Patrick ALLAERT Cc: Internals , Philip Olson Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [RFC] Removal of deprecated features From: kalle@php.net (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. -- regards, Kalle Sommer Nielsen kalle@php.net