Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73683 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92067 invoked from network); 13 Apr 2014 19:13:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Apr 2014 19:13:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=jakub.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=jakub.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.179 as permitted sender) X-PHP-List-Original-Sender: jakub.php@gmail.com X-Host-Fingerprint: 209.85.216.179 mail-qc0-f179.google.com Received: from [209.85.216.179] ([209.85.216.179:49493] helo=mail-qc0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 21/83-07320-CE1EA435 for ; Sun, 13 Apr 2014 15:13:48 -0400 Received: by mail-qc0-f179.google.com with SMTP id m20so8137975qcx.10 for ; Sun, 13 Apr 2014 12:13:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=CdGTuK9QuACWWS/dDatJncaPV2o/ht+xXvE5JkUdE7A=; b=wkBHy8X+pu1HkcXa1GXaJn+qtZ8b3hWVUpDLLoswqtbyjc0c0HHRuX0xkuqHJ1iYzm rgHkPHCaAr4jI3/7ad6orPmm/T4Itr0jnhIvz5PywQLT7yhNCv6rTY3Gfyg4wSdrOhac pStVtM+Kpku14HUTaHHdgtgZrXmp4nFdaK6Qbwfovvcth9LbqFnSc/NrcIc84brm39kK R6y2TyG2NaiX3/pE6MoQEzvHDzFLcjnszNd6FcLcWwIk5mQgYT+0Gp2LZAaElr5/eQsJ tXTZqjxx2W6crmR4B8KWVLdsd+oYjUQof+NNOAsOrw9uiGVrwBGcEvu80CsnQVSLTJ0O 7EbQ== MIME-Version: 1.0 X-Received: by 10.224.88.131 with SMTP id a3mr14322661qam.54.1397416425504; Sun, 13 Apr 2014 12:13:45 -0700 (PDT) Sender: jakub.php@gmail.com Received: by 10.224.207.138 with HTTP; Sun, 13 Apr 2014 12:13:45 -0700 (PDT) In-Reply-To: <3D.C0.05511.D7B29435@pb1.pair.com> References: <3D.C0.05511.D7B29435@pb1.pair.com> Date: Sun, 13 Apr 2014 20:13:45 +0100 X-Google-Sender-Auth: K3kmFv7p1t2dbVrDqJyIj2CCoKI Message-ID: To: =?ISO-8859-1?Q?Jan_Tvrd=EDk?= Cc: PHP internals list Content-Type: multipart/alternative; boundary=001a11c2dac0a542f604f6f15dfb Subject: Re: [PHP-DEV] Replacing ext/json and pecl/jsonc with pecl/jsond From: bukka@php.net (Jakub Zelenka) --001a11c2dac0a542f604f6f15dfb Content-Type: text/plain; charset=ISO-8859-1 Hi, I think that the best long-term solution is to replace ext/json with > pecl/jsond, preferably in PHP 5.6.0. > 5.6 is in feature freeze as it was pointed out. I need to do lots of testing before proposing jsond as a core replacement. 5.7 is the target though... ;) Jakub --001a11c2dac0a542f604f6f15dfb--