Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35990 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80926 invoked from network); 6 Mar 2008 00:36:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Mar 2008 00:36:24 -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.162.177 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.162.177 el-out-1112.google.com Received: from [209.85.162.177] ([209.85.162.177:53592] helo=el-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E1/12-06151-78C3FC74 for ; Wed, 05 Mar 2008 19:36:23 -0500 Received: by el-out-1112.google.com with SMTP id z25so2425701ele.0 for ; Wed, 05 Mar 2008 16:36:19 -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=hb1eMjoqA8DnzheIbPqL901D8G60yCVe34EYa5ar43s=; b=gYz8SaV2IMlJED0CbKiVSrksoQLtIxq2i+5o7oHm0xmmcB3KAOM8pzO/+EawJV8johalZ8Qnq9ZeNBxqjNOJRo9Zd5WvxxJZmEjnF/S+XgvfSOwpbmX/4M70DU3Q6UpSLc81LoLvdzCxrhV001Uke27jpgas8YHYye46TKeRdKo= 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=hYBqCYKffbI1O8cnk5ot85U79gMGynh5FIsQziS9uQhmJAPbwOVR1s71fEAS3ehl5XbFX/citEx34P40uy740vQo4euX8zq3CCxowGiFTiiSOjkrG7SKAcqb/NAf16OJSwFURmKGmE+F2bjTWUQW2sLNllwOnlkmwFSlL61ITFY= Received: by 10.140.180.13 with SMTP id c13mr1801816rvf.188.1204763778478; Wed, 05 Mar 2008 16:36:18 -0800 (PST) Received: by 10.141.116.12 with HTTP; Wed, 5 Mar 2008 16:36:18 -0800 (PST) Message-ID: Date: Thu, 6 Mar 2008 01:36:18 +0100 To: "Lars Strojny" Cc: "PHP Developers Mailing List" In-Reply-To: <1204763576.31278.5.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> <1204763576.31278.5.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:32 AM, Lars Strojny wrote: > Hi Pierre, > > Am Donnerstag, den 06.03.2008, 01:30 +0100 schrieb Pierre Joye: > [...] > > > 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. > > That's why I suggest removing it in 6, and deprecating it from now on. > As 6 "will break everything anyway". I go it but there is no easy to deprecate an internal function. Except to spare two #define php_(u)_dirname in HEAD, I still see no gain :) -- Pierre http://blog.thepimp.net | http://www.libgd.org