Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76946 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33293 invoked from network); 29 Aug 2014 09:29:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Aug 2014 09:29:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@bof.de; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=php@bof.de; sender-id=pass Received-SPF: pass (pb1.pair.com: domain bof.de designates 80.242.145.70 as permitted sender) X-PHP-List-Original-Sender: php@bof.de X-Host-Fingerprint: 80.242.145.70 mars.intermailgate.com Received: from [80.242.145.70] ([80.242.145.70:41233] helo=mars.intermailgate.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 58/C1-22920-8D740045 for ; Fri, 29 Aug 2014 05:28:58 -0400 Received: (qmail 18883 invoked by uid 1009); 29 Aug 2014 11:28:53 +0200 Received: from 209.85.192.52 by mars (envelope-from , uid 89) with qmail-scanner-1.25-st-qms (clamdscan: 0.96.2/19314. spamassassin: 3.3.1. perlscan: 1.25-st-qms. Clear:RC:1(209.85.192.52):. Processed in 0.104226 secs); 29 Aug 2014 09:28:53 -0000 X-Antivirus-MYDOMAIN-Mail-From: php@bof.de via mars X-Antivirus-MYDOMAIN: 1.25-st-qms (Clear:RC:1(209.85.192.52):. Processed in 0.104226 secs Process 18869) Received: from mail-qg0-f52.google.com (gmail@bof.de@209.85.192.52) by mars.intermailgate.com with RC4-SHA encrypted SMTP; 29 Aug 2014 11:28:53 +0200 Received: by mail-qg0-f52.google.com with SMTP id z60so1960285qgd.39 for ; Fri, 29 Aug 2014 02:28:51 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.140.83.242 with SMTP id j105mr14687090qgd.38.1409304531271; Fri, 29 Aug 2014 02:28:51 -0700 (PDT) Received: by 10.140.98.7 with HTTP; Fri, 29 Aug 2014 02:28:51 -0700 (PDT) In-Reply-To: References: <1510200.E8n8VUkfzR@rofl> Date: Fri, 29 Aug 2014 11:28:51 +0200 Message-ID: To: Ferenc Kovacs Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] PHP 5.6 frontpage links funny on php.net + mirrors From: php@bof.de (Patrick Schaaf) On Friday 29 August 2014 10:57:57 Ferenc Kovacs wrote: > > Apart from that: the link for "Variadic functions" (second bullet in th= e > > main features announcement),leads to manual lookup because > > "function.arguments.php doesn't exist" > > > > http://php.net/functions.arguments.php#functions.variable-arg-list > > leads to > > > > http://php.net/manual-lookup.php?pattern=3Dfunctions.arguments.php&lan= g=3Dde&s > > cope=3D404qui ckref#functions.variable-arg-list > > works for me. > maybe you are/were redirected to a mirror, which isn't up-to-date with t= he > docs yet? It's http://php.net - not a mirror. Ran a tcpdump, I'm talking to 72.52.91.= 14 I tried it again using Mozilla (normally chrome), to rule out local caching issues; I'm not using any proxy. I'm seeing the same issues. The "my PHP.net" page in chrome says preferred language "Not Set", last seen language "en", browser Accept-Language "de-DE,de;q=3D0.8,en-US;q=3D0.6,en;q=3D0.4", mirror default and default "en". Mozilla shows the same, except browser Accept-Language is just "en-US,en;q= =3D0.5" "wget http://php.net" gives me this line:
  • Variadic functions and argument unpacking using the ... operator.
  • wgetting that href gives me --2014-08-29 11:14:36-- http://php.net/functions.arguments.php Resolving php.net (php.net)... 72.52.91.14, 2001:470:1:380::3 Connecting to php.net (php.net)|72.52.91.14|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://php.net/search.php?show=3D404quickref&lang=3Den&pattern=3D= functions.arguments.php [following] --2014-08-29 11:14:37-- http://php.net/search.php?show=3D404quickref&lang=3Den&pattern=3Dfunctions.= arguments.php Reusing existing connection to php.net:80. HTTP request sent, awaiting response... 302 Found Location: http://php.net/manual-lookup.php?pattern=3Dfunctions.arguments.ph= p&lang=3Den&scope=3D404quickref [following] --2014-08-29 11:14:37-- http://php.net/manual-lookup.php?pattern=3Dfunctions.arguments.php&lang=3De= n&scope=3D404quickref Reusing existing connection to php.net:80. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] Saving to: =E2=80=98functions.arguments.php=E2=80=99 ------------------------------------------------------------------------ And in the saved file it reads "" and so on... Hope this helps Patrick