Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68139 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79876 invoked from network); 18 Jul 2013 03:55:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jul 2013 03:55: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.215.41 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.215.41 mail-la0-f41.google.com Received: from [209.85.215.41] ([209.85.215.41:49884] helo=mail-la0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 41/8C-20914-F3767E15 for ; Wed, 17 Jul 2013 23:55:44 -0400 Received: by mail-la0-f41.google.com with SMTP id fn20so2097318lab.14 for ; Wed, 17 Jul 2013 20:55:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=uVKP2O4HVeHUb8LBMJNMdaGMnGeYsD0L7RC2DqGyug8=; b=jTvUs+rlRubEL3PexamAIlOpeZ2m85Tbd589oEYd6gWIl+0PZyTpvRL7axwXqAnVjT 9yFRuhUiWKSPQkA9UGZUITvB1a8YR3bI87rqvzIJlUR4FuaKAhx4AGzjz6ZQ0ewb7LJD VBmPNt54Rk7KYI9kSKjUl96l+RZ+mxZNc+Zg1N6QoBMt1k49nV3xoeGcW2HM80R5lsRu QTcA9EYgxDVCzJsfrgaQYz4ZcLdOPuVj8XbXTpfl9ZQT+CsCbIkyswsU5Y7yn6+aZlOp KWegYe99Pl+odq3Bfs3g2+0EDWtuhNVLNJ6bgK11tBKuXv8UPFfAjY5WW53fOVtKIE5d 4YVQ== X-Received: by 10.112.58.135 with SMTP id r7mr4490547lbq.89.1374119740387; Wed, 17 Jul 2013 20:55:40 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.4.233 with HTTP; Wed, 17 Jul 2013 20:55:00 -0700 (PDT) Date: Thu, 18 Jul 2013 12:55:00 +0900 X-Google-Sender-Auth: m-8AXBhljGJIh6Vg2dtwTXF4s-Y Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=e89a8f8388cf013a1b04e1c12f94 Subject: Fixes for documentation in source. Which branch to start? From: yohgaki@ohgaki.net (Yasuo Ohgaki) --e89a8f8388cf013a1b04e1c12f94 Content-Type: text/plain; charset=ISO-8859-1 Hi all, Take a look at this PR https://github.com/php/php-src/pull/351.diff The documentation in php.ini-* is broken, where should we fix these kind of error? From 5.3 branch or 5.4 branch? Thank you. -- Yasuo Ohgaki yohgaki@ohgaki.net --e89a8f8388cf013a1b04e1c12f94--