-----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

Reply via email to