Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42272 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99789 invoked from network); 15 Dec 2008 21:10:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Dec 2008 21:10:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=troelskn@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=troelskn@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.92.25 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: troelskn@gmail.com X-Host-Fingerprint: 74.125.92.25 qw-out-2122.google.com Received: from [74.125.92.25] ([74.125.92.25:45878] helo=qw-out-2122.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 96/71-24547-EA7C6494 for ; Mon, 15 Dec 2008 16:10:06 -0500 Received: by qw-out-2122.google.com with SMTP id 8so503710qwh.59 for ; Mon, 15 Dec 2008 13:10:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=WBSCfkYHKF42fyBLlbQbwgVoeBgryD9MHJVzdWa7IQo=; b=qJC2wYBnwjbAlJvs1JOGPKfI8kMXey1QapoU72LxgQqjvxFzWtwNKzdLBnIdVeNIKe hnVuY/zR++7YQBSgvdPSvC9+K9X51IRBvHTjZTAukcSiqvnXHP0K74bwTA/2PVjU19uT yo9hsajPmZGTYekeY6cbRK2YZ+u1UHuTmq95s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=pew62N0dkpix0haRlWnFi9cF0Iac0ZnmItVo/yFXc0HKjGrfcgrmD4tOHfaTGa0Y+V AE4U0AZ8evGcUwYiuzopRAMjF8uJHJB9bNjJUX2+95Bm9x2GEH7MwxW0ojwmYgTW6kyL nLX/4Im5P5gF2erNajh9YAbR/QZ5RzAYem3zo= Received: by 10.215.41.1 with SMTP id t1mr8336648qaj.84.1229375403038; Mon, 15 Dec 2008 13:10:03 -0800 (PST) Received: by 10.214.79.7 with HTTP; Mon, 15 Dec 2008 13:10:02 -0800 (PST) Message-ID: <98b8086f0812151310v29603f68kafdb168c6c4e94e9@mail.gmail.com> Date: Mon, 15 Dec 2008 22:10:02 +0100 To: mike Cc: "PHP Developers Mailing List" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <494698D3.2030801@lerdorf.com> <7977336F527D4A70B0E4DD2870708686@VEGA> Subject: Re: [PHP-DEV] json_encode() From: troelskn@gmail.com ("troels knak-nielsen") On Mon, Dec 15, 2008 at 10:02 PM, mike wrote: > I'd like to see it "do the right thing" in PHP 6, and perhaps if I think everybody agrees to that. The question at hand, is what the right thing is. I, for one, think that the only sane choices are 1 or 2. The third option is way too magic, and will end up confusing people. -- troels