Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95546 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45264 invoked from network); 1 Sep 2016 21:47:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Sep 2016 21:47:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@ohgaki.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@ohgaki.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ohgaki.net designates 180.42.98.130 as permitted sender) X-PHP-List-Original-Sender: yohgaki@ohgaki.net X-Host-Fingerprint: 180.42.98.130 ns1.es-i.jp Received: from [180.42.98.130] ([180.42.98.130:42908] helo=es-i.jp) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BC/27-47600-EE1A8C75 for ; Thu, 01 Sep 2016 17:47:30 -0400 Received: (qmail 104190 invoked by uid 89); 1 Sep 2016 21:47:23 -0000 Received: from unknown (HELO mail-qt0-f169.google.com) (yohgaki@ohgaki.net@209.85.216.169) by 0 with ESMTPA; 1 Sep 2016 21:47:23 -0000 Received: by mail-qt0-f169.google.com with SMTP id 93so49396465qtg.2 for ; Thu, 01 Sep 2016 14:47:22 -0700 (PDT) X-Gm-Message-State: AE9vXwP7R641id3ltaB3dqMfFz1xijoqMR4SLXF63GWZNwncza7fH1B/jXwUeix1LI/26LYNTGkTW7tEg3u+Dw== X-Received: by 10.237.34.163 with SMTP id p32mr14177542qtc.0.1472766436842; Thu, 01 Sep 2016 14:47:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.85.242 with HTTP; Thu, 1 Sep 2016 14:46:36 -0700 (PDT) Date: Fri, 2 Sep 2016 06:46:36 +0900 X-Gmail-Original-Message-ID: Message-ID: To: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: [RFC] Reporting ini_get/ini_set errors From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi all, Frustrated by typo in ini_set/ini_get, so I wrote patch. https://github.com/php/php-src/pull/2111 Any comments? -- Yasuo Ohgaki yohgaki@ohgaki.net