Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69785 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84267 invoked from network); 23 Oct 2013 00:03:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Oct 2013 00:03:16 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.170 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:49564] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 32/6F-10840-34217625 for ; Tue, 22 Oct 2013 20:03:15 -0400 Received: by mail-lb0-f170.google.com with SMTP id u14so147302lbd.1 for ; Tue, 22 Oct 2013 17:03:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=EsJo7QhRHsAv89A6VzX6l9eUC7nhPviZLeqT6YOnx2c=; b=iRqsfw7GQ/LeqBSz9EMotWDmTb7hNOs138WPYsm2VkogWjZ8difsAOFe0GTehDUTNg XJzV+FlC03SvZ1gw4Mt/7NPPnAcC6LwilLhbBOnduffeVBVn0XD4YxH2itkFU9g7ZUtb LjHNpHjx+ZUgrI9w7R3ORMFaG3lbHAoV1EEe4FywH2taOeLf+FL0G55EehydtCcbNGD/ yBTSz5wQfKzhyBidRb/d8Ffej/49fceSwcW/GdZrMn1X2HDerNwRR/E4xx6GMLrOjTjM t8tS0RxR18GnBuBS5t44Huf1oaQP4+c9z2o7bgwXzjINyWW3TivCqA/I4tWNx/LLQOfD UiBw== X-Received: by 10.112.136.163 with SMTP id qb3mr213020lbb.14.1382486592172; Tue, 22 Oct 2013 17:03:12 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.154.201 with HTTP; Tue, 22 Oct 2013 17:02:32 -0700 (PDT) In-Reply-To: <5266E5D0.3090506@ajf.me> References: <52603390.7020609@ajf.me> <5266E5D0.3090506@ajf.me> Date: Wed, 23 Oct 2013 09:02:32 +0900 X-Google-Sender-Auth: UH69QILHFwyK101E5a9PX0Tp9zw Message-ID: To: Andrea Faulds Cc: PHP internals Content-Type: multipart/alternative; boundary=089e0112c73c3bb7b404e95d3eed Subject: Re: [PHP-DEV] [PATCH] Add apache_request_headers() and apache_response_headers() to the CLI server From: yohgaki@ohgaki.net (Yasuo Ohgaki) --089e0112c73c3bb7b404e95d3eed Content-Type: text/plain; charset=UTF-8 Hi, On Wed, Oct 23, 2013 at 5:53 AM, Andrea Faulds wrote: > On 22/10/2013 21:51, Leigh wrote: > >> On 17 October 2013 19:59, Andrea Faulds wrote: >> >> Sorry for a late response. I wanted to add my personal feeling is that >> I do not like apache_* functions (or function aliases) existing >> outside of the Apache SAPI. >> >> > That's fair enough, but as I had mentioned in the pull request's > discussion, that battle has already been fought and won, as the FastCGI > SAPI also implements it. > > And yes, it was already brought up. Not sure why I'm responding either. I'm not following the discussion, but if name matters why don't you use generic name function and alias of it? Generic/same name for the same feature is much better. Is there problem having alias? Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --089e0112c73c3bb7b404e95d3eed--