Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73623 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30541 invoked from network); 7 Apr 2014 14:08:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Apr 2014 14:08:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=pleasestand@live.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pleasestand@live.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain live.com designates 65.55.111.83 as permitted sender) X-PHP-List-Original-Sender: pleasestand@live.com X-Host-Fingerprint: 65.55.111.83 blu0-omc2-s8.blu0.hotmail.com Windows 2000 SP4, XP SP1 Received: from [65.55.111.83] ([65.55.111.83:39557] helo=blu0-omc2-s8.blu0.hotmail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AE/01-21811-661B2435 for ; Mon, 07 Apr 2014 10:08:38 -0400 Received: from BLU0-SMTP451 ([65.55.111.71]) by blu0-omc2-s8.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 7 Apr 2014 07:08:35 -0700 X-TMN: [VHBXrKDQZ93KpFZ43DqTWhEmDHKkwOHa] X-Originating-Email: [pleasestand@live.com] Message-ID: Received: from [192.168.1.83] ([108.95.173.167]) by BLU0-SMTP451.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Mon, 7 Apr 2014 07:08:35 -0700 Date: Mon, 7 Apr 2014 10:09:00 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: php-internals X-Enigmail-Version: 1.6 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 07 Apr 2014 14:08:35.0759 (UTC) FILETIME=[DDC303F0:01CF526A] Subject: Pull Request #518 (Blank line inside empty JSON array/object) From: pleasestand@live.com (Kevin Israel) Hi, Could someone please take a look at the pull request[1] I made against php-src a few months ago? It's a relatively trivial patch to the JSON extension to correct a glaring inconsistency in pretty printing with JavaScript's JSON.stringify() function (see Bug #66021 [2]), yet no one seems to have posted a comment yet. Thanks, Kevin [1]: https://github.com/php/php-src/pull/518 [2]: https://bugs.php.net/bug.php?id=66021