Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35988 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78338 invoked from network); 6 Mar 2008 00:30:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Mar 2008 00:30:49 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.186 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.198.186 rv-out-0910.google.com Received: from [209.85.198.186] ([209.85.198.186:32326] helo=rv-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4C/71-06151-83B3FC74 for ; Wed, 05 Mar 2008 19:30:48 -0500 Received: by rv-out-0910.google.com with SMTP id k15so1270971rvb.23 for ; Wed, 05 Mar 2008 16:30:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=eDXGA+UUaYThzL1nEJai5bSPm5kZUucb+T1PM36ic+E=; b=TEp6yFa5rW/aCyboXHGazqendxN5BXVCHv+4i0cJcd57KQnnxXXnOAIgN/fw/fn0c/xx1tdkW1iMg/gk7z7t6z9sG79oTBJrR4wEze37r93E2EuLfcP6NjAlSd1a4GbB0N1rC42I8tXz9u4XEq6X0fVDupuPqcHGvP2aFhi19uk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=V36rAZ3Lk04wfduQYUPrl//RxedPpFA3d6pjwDPKAqT6ZmfOxTyo6OSuz7BdZhjMJ2vuUfoqhv9jxO0AFu6KzdnAH/ne3m+DdmWzGccND0+z9OEk90+cdr7E2lkeiCkvHrv46QiNB9TBmvaaM5A5nvbPL8zRuArm6OdGz9Ntq0Q= Received: by 10.141.141.3 with SMTP id t3mr1818591rvn.52.1204763443758; Wed, 05 Mar 2008 16:30:43 -0800 (PST) Received: by 10.141.116.12 with HTTP; Wed, 5 Mar 2008 16:30:43 -0800 (PST) Message-ID: Date: Thu, 6 Mar 2008 01:30:43 +0100 To: "Lars Strojny" Cc: "PHP Developers Mailing List" In-Reply-To: <1204763172.31278.2.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1204759149.27088.2.camel@localhost> <1204763172.31278.2.camel@localhost> Subject: Re: [PHP-DEV] Deprecating php_dirname() in 5_3, removing in HEAD From: pierre.php@gmail.com ("Pierre Joye") On Thu, Mar 6, 2008 at 1:26 AM, Lars Strojny wrote: > Hi Pierre, > > Am Donnerstag, den 06.03.2008, 01:22 +0100 schrieb Pierre Joye: > [...] > > > > 5_3: http://lars.schokokeks.org/php/5_3-deprecating-php_dirname.diff > > > HEAD: http://lars.schokokeks.org/php/HEAD-removing-php_dirname.diff > > > > What's the gain of this change besides forcing code change and adding > > more #ifdef? :) > > Simply one useless alias less. I'm talking about extension developers. We will all have to add yet another #ifdef for this function, in the implementation or to define php_dirname to keep the implementation clean(er). As it is good to clean up codes, I'm not sure to remove this function is a good thing. Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org