Re: [PHP-DEV] PHP 5.5.21RC1 is ready for testing - Behaviour change

2015-01-13 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 12/01/2015 10:00, Julien Pauli a écrit : > 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 ? FYI, horde fix: https://github.com/horde/horde/commit/ae1adf9f1549f6bb826b5412

Re: [PHP-DEV] PHP 5.5.21RC1 is ready for testing - Behaviour change

2015-01-12 Thread Julien Pauli
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 é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_

Re: [PHP-DEV] PHP 5.5.21RC1 is ready for testing - Behaviour change

2015-01-11 Thread Remi Collet
-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.

Re: [PHP-DEV] PHP 5.5.21RC1 is ready for testing - Behaviour change

2015-01-11 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 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-s

Re: [PHP-DEV] PHP 5.5.21RC1 is ready for testing

2015-01-09 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 08/01/2015 20:20, Adam Harvey a écrit : > On 8 January 2015 at 10:24, Remi Collet > wrote: >> Is this expected ? >> >> Notice the diff between (see attachement) : - - 5.4.35 and 5.4.36 >> show 5 changes, - - 5.5.20 and 5.521RC1 show only 2 - - 5.6

Re: [PHP-DEV] PHP 5.5.21RC1 is ready for testing

2015-01-09 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 08/01/2015 20:13, Anthony Ferrara a écrit : > That test is bogus and is testing undocumented functionality. Thanks for your explanation. Horde test suite have be fixed by upstream. Remi. -BEGIN PGP SIGNATURE- Version: GnuPG v2 Comment:

Re: [PHP-DEV] PHP 5.5.21RC1 is ready for testing

2015-01-08 Thread Adam Harvey
On 8 January 2015 at 10:24, Remi Collet wrote: > Is this expected ? > > Notice the diff between (see attachement) : > - - 5.4.35 and 5.4.36 show 5 changes, > - - 5.5.20 and 5.521RC1 show only 2 > - - 5.6.4 and 5.6.5RC1 show only 2 Since you mentioned on IRC that this seemed inconsistent, I add

Re: [PHP-DEV] PHP 5.5.21RC1 is ready for testing

2015-01-08 Thread Anthony Ferrara
Remi, That test is bogus and is testing undocumented functionality. All of the documented algorithms: http://php.net/manual/en/function.crypt.php either start with a `$` or require salts to be in the alphabet "./0-9A-Za-z" So the fact that this worked before was a bug. The reason that the behav

Re: [PHP-DEV] PHP 5.5.21RC1 is ready for testing

2015-01-08 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 08/01/2015 18:30, Julien Pauli a écrit : > PHP 5.5.21 RC1 is available for testing. I notice Horde_Auth test suite start to fail. Seems related to . Upgraded crypt_blowfish to version 1.3. (Leigh) http://git.php.net/?p=php-src.git;a=commitdiff;h=

[PHP-DEV] PHP 5.5.21RC1 is ready for testing

2015-01-08 Thread Julien Pauli
Hello PHP 5.5.21 RC1 is available for testing. You can download it from https://downloads.php.net/~jpauli/ The Windows binaries are available at http://windows.php.net/qa/ This release contains a number of bugfixes. For the list of bugfixes that you can target in your testing, please refer to