On Mon, Jan 12, 2015 at 8:16 AM, Remi Collet <r...@fedoraproject.org> wrote:
> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Le 11/01/2015 10:37, Remi Collet a écrit : > > Le 08/01/2015 18:30, Julien Pauli a écrit : > >> 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=php-src.git;a=commitdiff;h=86f18755362b594c519ccde37c3b3f98158b591e > > > > 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 > =bSXp > -----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