Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73983 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55812 invoked from network); 6 May 2014 20:03:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 May 2014 20:03:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.213.173 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.213.173 mail-ig0-f173.google.com Received: from [209.85.213.173] ([209.85.213.173:52219] helo=mail-ig0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E6/67-20698-31049635 for ; Tue, 06 May 2014 16:03:32 -0400 Received: by mail-ig0-f173.google.com with SMTP id hn18so6740016igb.12 for ; Tue, 06 May 2014 13:03:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamharvey.name; s=google; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=zjHWimavYjnXtir8Bq9QNPVdolX/WEmfHKo5/fzta8g=; b=qDDn3Ag0gz0gCvZktGHF1c2fyIbDpVy1uFdrzqUXJOMrZnxIwfO7NE2kqlarP759t6 0F+6CpoUaYfyZ/xXZUu44KvcIu8Bh38mKJHvFBJkmizwe5D6hMroV8HWcK9Q+LXo7EHc 2OllqW9SKy8CDz1JtgC3l3w5a8rJj0v8L8nV4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=zjHWimavYjnXtir8Bq9QNPVdolX/WEmfHKo5/fzta8g=; b=WneETfIOa8HET0SVoEZlcqrQ1GTJKHXn5MjPTCApLRvkNETIUqyOnQE1S3OkzsWyEd VxiP8/86sPLgpP55IBX3FcDTAKVx4YTmzHMqkAlexp0b7QCem09UnfWoUW4J1H8E0aai 3yrsZHvkEtfInKVu6aKG0CDkJLCB3xH3qa5SBfVFsi/iVkPb3yAi40WcZRTW89NvyNDC vB51kq/t/1fRa4sq3woxLJezXN1t4sVhEJ1h/a0bKJZPG3ZcqwZhO187sQC71uq9kZ34 X5hxzZcYvLHjkojTQXLEUqpP/OjVIsUyTbGBcpuBk3XuDvBMZ8ZsGKsBmalJwE0Uc/6Z ODMQ== X-Gm-Message-State: ALoCoQmVLAOvUcyPat2aN/4h8hg2W/rykkLU9enkDcgQcWXEcPK+q+fgWqIBqliaEd2wd/NjwNBQ X-Received: by 10.50.25.201 with SMTP id e9mr35574642igg.28.1399406608544; Tue, 06 May 2014 13:03:28 -0700 (PDT) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.42.206.208 with HTTP; Tue, 6 May 2014 13:03:07 -0700 (PDT) In-Reply-To: References: Date: Tue, 6 May 2014 13:03:07 -0700 X-Google-Sender-Auth: f1PZVC0Z1ncKou0OY9a1cJ7y9_0 Message-ID: To: Jakub Zelenka Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] phpng: Refactored PHP Engine with Big Performance Improvement From: aharvey@php.net (Adam Harvey) On 6 May 2014 12:47, Jakub Zelenka wrote: > It could make sense to replace json with jsond in the phpng branch? There > are no bad BC breaks... :) It would also help to stabilize it as this > branch probably will be quite heavily tested... I could also work more on > this branch and help to fix some other issues... I like the idea of having jsond in the longer term, but do we want phpng to be the de facto "every PHP 5++ feature" branch? Spitballing: I presume the end game for phpng is going to be to vote on it, (if passed) merge it to master, add a delta to the major version number (whether that delta is 1 or 2 is probably another vote), and then open PHP 5++ for RFCs, which would then presumably allow jsond to be voted and merged soon after. I don't know what timeframe Dmitry and co are looking at for having this merged, but it seems like it might dovetail nicely with 5.6: we can get 5.6 out the door, then turn our attention to 5++ for a while =E2=80= =94 start refining that list of ideas on the Wiki, getting stuff in, figuring out what should be removed/deprecated, and so on. Adam, who promises he'll write some actual code at some point rather than just prognosticating on Internals.