Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81496 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49552 invoked from network); 31 Jan 2015 18:39:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Jan 2015 18:39:45 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.41 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.216.41 mail-qa0-f41.google.com Received: from [209.85.216.41] ([209.85.216.41:59218] helo=mail-qa0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FB/81-39884-F612DC45 for ; Sat, 31 Jan 2015 13:39:43 -0500 Received: by mail-qa0-f41.google.com with SMTP id bm13so24302333qab.0 for ; Sat, 31 Jan 2015 10:39:40 -0800 (PST) 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=uO4LjnsAGsote9ijHvAwp+gRdce7BHmkrU9ByLNQgRI=; b=UARQbAoRngCoDviBU7Lyq7URdkgX/n4acpzR9VDA1iuVzf2XBSjF7AkhmuCozZnNdA 5XIB0zdZsJZg427xe9lheStVa7+0nv0xFeOscLOFzupSF7tN9EI73LzGzIKtThMDWs2u 2ETaqjLR08dQWylyq1Q7FbBwjo4J95SyJItJ19CHnM+VSqtBQ53/OC5a1Lvua62DyQHo /A99u/LB4lo7p1TGL66R3AK6YyW4YdsOXmpLtF7oHVYIp5s73K0CaOzq3maxH27nBQHN 3NV6/7KBurO/ctmxX6EhI0/fO5BZtlLeXTMqz0baYp5vIBIJLE75mEtydfmUllj5452u tY+g== X-Received: by 10.224.111.194 with SMTP id t2mr24199072qap.86.1422729580334; Sat, 31 Jan 2015 10:39:40 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.229.93.70 with HTTP; Sat, 31 Jan 2015 10:39:00 -0800 (PST) In-Reply-To: <54CC96DC.1060407@lsces.co.uk> References: <54CC96DC.1060407@lsces.co.uk> Date: Sun, 1 Feb 2015 03:39:00 +0900 X-Google-Sender-Auth: Cg_Xb7jB29dMBPTyNZiANF1eBjQ Message-ID: To: Lester Caine Cc: PHP internals Content-Type: multipart/alternative; boundary=047d7b6045823f56c7050df70b50 Subject: Re: [PHP-DEV] [RFC][DISCUSSION] Deprecate INI set/get aliases. From: yohgaki@ohgaki.net (Yasuo Ohgaki) --047d7b6045823f56c7050df70b50 Content-Type: text/plain; charset=UTF-8 Hi Lester, On Sat, Jan 31, 2015 at 5:48 PM, Lester Caine wrote: > My only comment would be the one that the rfc displays perfectly ... > > In 'Before' if I click on session_cache_limiter I get taken directly to > the manual page for it. > > How do I get to the same page in 'After'? > If I drop 'session.cache_limiter' into the search I have the usual > hassle of trying to get to the right pigging section of the website > before it works, but I still have to search around for the > session_cache_limiter entry as one gets 'session.cache_limiter doesn't > exist. Closest matches: ' > > Many deprecated features exhibit this problem, but this one seems a lot > more critical to resolve if you want to simplify things. ini_set values > like max_execution_time don't even come up in a search! > Good point. But whole site search shows these INI on top. Document search could be improved. I agree. The same applies to all INI values. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --047d7b6045823f56c7050df70b50--