Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83614 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54070 invoked from network); 23 Feb 2015 21:57:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Feb 2015 21:57:54 -0000 Authentication-Results: pb1.pair.com smtp.mail=zeev@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=zeev@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.213.174 as permitted sender) X-PHP-List-Original-Sender: zeev@zend.com X-Host-Fingerprint: 209.85.213.174 mail-ig0-f174.google.com Received: from [209.85.213.174] ([209.85.213.174:52966] helo=mail-ig0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E5/A1-01128-F52ABE45 for ; Mon, 23 Feb 2015 16:57:53 -0500 Received: by mail-ig0-f174.google.com with SMTP id b16so22024516igk.1 for ; Mon, 23 Feb 2015 13:57:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:mime-version:thread-index:date:message-id :subject:to:content-type; bh=JWE3g/j/YRFNZSz/WWNvmLLQNEw+BUcPitcYos/ia9w=; b=jV/ajkb/ybGeQW2nIU9Qhj9Eph7S+smdcd/1gkB2x86y3vjaMa+X+rKcGOajTGZfmk 4enItxxJ2zkIG/arIxgholze9sAp1/p/CincqlLcF+Rm9iZv3TO3DoR6wiJx3DpKrC2b l2gDhGfcl2aRff/myKLyPC1YAgB6EvTMlrVZmvVSY3AdarORiwjq5CoTlCCv8edXomQV 2p6RpftDo8cMTqx+YCkQ+W9NqoPYKutoeY5w0OqoC+SbnKE27zEysCttTPi7b/4ctvSS PShs1TqK4UVI7/CU0kBeWi+mQi1/WCK6VYsIau5KnmpZCjXYrvGV7Nq1VLPOdOQeTghr V5wA== X-Gm-Message-State: ALoCoQkbwlXU3BOEXxEggkNk0AygDJs4hGMD5GySNsIpG18H9106Iy3SLAjeGP0a/xnuWsF7FNZKnX9EiogBoQr+RmT+KK9N2joJZj8j4Cux+PZoA2ey6Rri+WobhO931N7/bm6CmaHecvdJdKEGCkIdy61vIs/ycw== X-Received: by 10.107.131.83 with SMTP id f80mr17026373iod.50.1424728669082; Mon, 23 Feb 2015 13:57:49 -0800 (PST) MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AdBPsxWOdy65Y0glQrW8tfN1BfDS4g== Date: Mon, 23 Feb 2015 23:57:48 +0200 Message-ID: <8309e074f1bda9fe394fd252a2bd395f@mail.gmail.com> To: PHP internals Content-Type: multipart/alternative; boundary=001a113f998a3914c7050fc87e8b Subject: Coercive STH RFC updated From: zeev@zend.com (Zeev Suraski) --001a113f998a3914c7050fc87e8b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable v0.24 now focuses on one migration strategy =E2=80=93 E_DEPRECATED for PHP = 7.x, and E_RECOVERABLE_ERROR (or likely exceptions) for PHP 8.x and later. wiki.php.net/rfc/coercive_sth We=E2=80=99ll update the implementation accordingly, and hopefully be able = to start testing to see how bad of a breakage we=E2=80=99re seeing. For that reason= for now I=E2=80=99m not yet updating the conversion rules =E2=80=93 we=E2=80=99d al= l be a lot smarter after we=E2=80=99ve tried this with both our test suite and some real world apps. Thanks, Zeev --001a113f998a3914c7050fc87e8b--