Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90991 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25526 invoked from network); 28 Jan 2016 12:41:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jan 2016 12:41:50 -0000 Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain belski.net from 85.214.73.107 cause and error) X-PHP-List-Original-Sender: anatol.php@belski.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:33934] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 37/A3-19998-A8C0AA65 for ; Thu, 28 Jan 2016 07:41:47 -0500 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id 4D723784A23; Thu, 28 Jan 2016 13:41:43 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on h1123647.serverkompetenz.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.5 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from w530phpdev (pD9FE8E05.dip0.t-ipconnect.de [217.254.142.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id 816EF784A21; Thu, 28 Jan 2016 13:41:39 +0100 (CET) To: "'Remi Collet'" , Cc: , "'Nicolas Grekas'" References: <03a501d15439$fcbf9ca0$f63ed5e0$@php.net> <56A1054A.5080102@fedoraproject.org> <05db01d154ef$01995d00$04cc1700$@belski.net> In-Reply-To: <05db01d154ef$01995d00$04cc1700$@belski.net> Date: Thu, 28 Jan 2016 13:41:34 +0100 Message-ID: <038e01d159c9$3bc5eaa0$b351bfe0$@belski.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQHsl++e30t/kLKxuC36hZ0/YzeBFQIq8uRuAp4/iryetBhpgA== Content-Language: en-us Subject: RE: [PHP-DEV] PHP 7.0.3 RC1 is available for testing - **** BC break *** From: anatol.php@belski.net ("Anatol Belski") Hi Julien, > -----Original Message----- > From: Anatol Belski [mailto:anatol.php@belski.net] > Sent: Friday, January 22, 2016 9:29 AM > To: 'Remi Collet' ; internals@lists.php.net > Cc: julienpauli@gmail.com; 'Nicolas Grekas' = > Subject: RE: [PHP-DEV] PHP 7.0.3 RC1 is available for testing - **** = BC break *** > The fails in Symfony seems to be caused by > ff7ed9021cd72a7f82dd4301cdc266afdff458ad, but also the corresponding > places in Symfony seems a bit odd with %f format for a string >=20 > https://github.com/symfony/symfony/blob/master/src/Symfony/Component/H > ttpKernel/DataCollector/DumpDataCollector.php#L259 >=20 Were you able to investigate further on the strip_tags() issue? Or = should we revert it for now? Thanks anatol