Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80411 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93213 invoked from network); 12 Jan 2015 09:01:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jan 2015 09:01:06 -0000 Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.172 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.212.172 mail-wi0-f172.google.com Received: from [209.85.212.172] ([209.85.212.172:46535] helo=mail-wi0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F4/00-26669-05D83B45 for ; Mon, 12 Jan 2015 04:01:04 -0500 Received: by mail-wi0-f172.google.com with SMTP id n3so12894191wiv.5 for ; Mon, 12 Jan 2015 01:01:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=H0vb0PV3CI+YW/ib5b4TWpPb7krzcaLc2FxWPAUfCrM=; b=Hrm57/SMx6ayz5apWt2gH7wBggX+9Kzlaeo6a8Hh0gmzVQr9WpZbN8CfSYh9MRzqND E7uizvUemzsXY1oqI4pCn6YKdYd1ZBns+oFE6zhWyAb/lB5Af+eAPb5JAbVeUNaELuKL x7mCKGKjy8x9l0h46E9qIrRizlZ9aFkO0RPYJvfVTxo0PQsFVsvc9wqdTdsl07tIm7B1 ipu+yFYiTchQ+wBY1JslI+7sNenMidpOYGge5+nRgmJaybOXxdEZyfAOXjAv10mavfHh cp8Lxg2WGREKKNMq5nA7iyLnc9A534n2JxCJQqJHKEcNjgZfDL7tylEJ0z9HctgjCPZ4 nXQA== X-Received: by 10.194.85.197 with SMTP id j5mr23330146wjz.106.1421053261265; Mon, 12 Jan 2015 01:01:01 -0800 (PST) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.195.4.41 with HTTP; Mon, 12 Jan 2015 01:00:20 -0800 (PST) In-Reply-To: <54B374D4.1030303@fedoraproject.org> References: <54B2443C.30101@fedoraproject.org> <54B374D4.1030303@fedoraproject.org> Date: Mon, 12 Jan 2015 10:00:20 +0100 X-Google-Sender-Auth: C1ZGIbEmGjq_KlzEsQPd8WJY0Qo Message-ID: To: Remi Collet , Ferenc Kovacs Cc: PHP Internals Content-Type: multipart/alternative; boundary=089e0103eecad8439e050c70be84 Subject: Re: [PHP-DEV] PHP 5.5.21RC1 is ready for testing - Behaviour change From: jpauli@php.net (Julien Pauli) --089e0103eecad8439e050c70be84 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, Jan 12, 2015 at 8:16 AM, Remi Collet wrote= : > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Le 11/01/2015 10:37, Remi Collet a =C3=A9crit : > > Le 08/01/2015 18:30, Julien Pauli a =C3=A9crit : > >> Hello > > > >> PHP 5.5.21 RC1 is available for testing. > > > > Trying to understand why Horde_Imap_Client test suite start to > > fail with PHP 5.5.21RC1 and 5.6.5RC1. > > > > This seeems related to > > > > > http://git.php.net/?p=3Dphp-src.git;a=3Dcommitdiff;h=3D86f18755362b594c51= 9ccde37c3b3f98158b591e > > > > https://bugs.php.net/68532 > > Same change, other behavior change: > > while (!feof($stream)) var_dump(fgetc($stream)); > > With previous version and memory stream > > string(1) "t" > string(1) "e" > string(1) "s" > string(1) "t" > > Previous PHP with file stream and new PHP with memory or file stream > > string(1) "t" > string(1) "e" > string(1) "s" > string(1) "t" > bool(false) > > So more consistent... but still a behavior change. > > > Remi. > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2 > Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ > > iEYEARECAAYFAlSzdNQACgkQYUppBSnxahj9YQCfZVlwXXYoRHDIbF9egCHdvvQh > vSQAoJMSsx4CR/w/Su+BxUSbnFokJs6y > =3DbSXp > -----END PGP SIGNATURE----- > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > Thank you for the spot. I think we may revert this from 5.5 and 5.6 , but leave it to 7.0 as this fixes a bugged behavior. What do you think ? Julien.P --089e0103eecad8439e050c70be84--