Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35985 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74804 invoked from network); 6 Mar 2008 00:22:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Mar 2008 00:22:44 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.184.237 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: 64.233.184.237 wr-out-0506.google.com Received: from [64.233.184.237] ([64.233.184.237:14549] helo=wr-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2F/A0-06151-1593FC74 for ; Wed, 05 Mar 2008 19:22:43 -0500 Received: by wr-out-0506.google.com with SMTP id c48so2217062wra.23 for ; Wed, 05 Mar 2008 16:22:39 -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=6Llka0JrsNDz+q6Zu3CJqhz8Qdsz+B4NutTdgZ6i5qY=; b=MRlbJ/zERvkU3RooTo/CV/m8UAASL4CiVTBZz+jAtqm43Czrwzr9zpomQBZ2kVELxj85Zqop7XvgIsipjZ1C+8+US+UZTT60HOM0TP64lod8A+sZFTc30i7mbFjDD8WSe26CYBGzlwfxUpxV55LfSv6SjKC61pieqQftVkZRbWQ= 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=M/B2pItqrBrSv05+wGUyukRBZo2Dn0QMv5jxHC3S5D6LcabHpiHk3MzV2kpEnvMIxWaTq4XvwHEKvqq1e+V/MHIHVQobyx0h4xf4Tn2LqXtCHyycwgky7XvqgzFu83m1Wzm8tGMfXS+jxar9TnByCc/1cHf1SV+dGfx7lZnlKUg= Received: by 10.141.88.3 with SMTP id q3mr1829659rvl.46.1204762958127; Wed, 05 Mar 2008 16:22:38 -0800 (PST) Received: by 10.141.116.12 with HTTP; Wed, 5 Mar 2008 16:22:38 -0800 (PST) Message-ID: Date: Thu, 6 Mar 2008 01:22:38 +0100 To: "Lars Strojny" Cc: "PHP Developers Mailing List" In-Reply-To: <1204759149.27088.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> Subject: Re: [PHP-DEV] Deprecating php_dirname() in 5_3, removing in HEAD From: pierre.php@gmail.com ("Pierre Joye") hi, On Thu, Mar 6, 2008 at 12:19 AM, Lars Strojny wrote: > Hi, > > I would like to deprecate php_dirname() in 5_3 as it has been moved to > the engine (zend_dirname()). Any concerns? > > 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? :) Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org