Re: [PHP-DEV] zlib issues in 5.4 and trunk

2011-09-08 Thread Laruence
Hi: I have linked against zlib-1.2.5 , still failed and I found php5.3-trunk passed in my environ. I can not go further till deflateEnd(zlib.c), and the deflate result is different between 5.3 and 5.4.. thanks 2011/9/8 Pierre Joye : > hi, > > That's the only remaining, the other f

Re: [PHP-DEV] zlib issues in 5.4 and trunk

2011-09-08 Thread Pierre Joye
hi, That's the only remaining, the other failed tests were due to LF (was sure I did the conversion already, incl. external data being read). However it happens randomly and only on unix. On Wed, Sep 7, 2011 at 3:03 AM, Laruence wrote: > Hi: >  ext/zlib/tests/gzencode_variation1.phpt failed in

Re: [PHP-DEV] zlib issues in 5.4 and trunk

2011-09-06 Thread Laruence
Hi: ext/zlib/tests/gzencode_variation1.phpt failed in Linux(redhat 64-bit) test log http://pastebin.com/TzpW8GTK thanks 2011/9/6 Pierre Joye : > hi, > > It seems that 5.4 and trunk has something broken in zlib and maybe > bas64 encoding/decoding. > > We have a serie of tests failing on linu

Re: [PHP-DEV] zlib issues in 5.4 and trunk

2011-09-06 Thread Ferenc Kovacs
On Wed, Sep 7, 2011 at 1:26 AM, Hannes Magnusson wrote: > On Tue, Sep 6, 2011 at 21:09, Pierre Joye wrote: >> On Tue, Sep 6, 2011 at 9:03 PM, Stas Malyshev wrote: >>> Hi! >>> >>> On 9/6/11 11:35 AM, Pierre Joye wrote: Yes, we use the same libs for 5.3 and 5.4 and same tests pass in 5.3

Re: [PHP-DEV] zlib issues in 5.4 and trunk

2011-09-06 Thread Hannes Magnusson
On Tue, Sep 6, 2011 at 21:09, Pierre Joye wrote: > On Tue, Sep 6, 2011 at 9:03 PM, Stas Malyshev wrote: >> Hi! >> >> On 9/6/11 11:35 AM, Pierre Joye wrote: >>> >>> Yes, we use the same libs for 5.3 and 5.4 and same tests pass in 5.3. >>> Bu it is also reproducible on many unrelated hosts. >> >> W

Re: [PHP-DEV] zlib issues in 5.4 and trunk

2011-09-06 Thread Pierre Joye
On Tue, Sep 6, 2011 at 9:03 PM, Stas Malyshev wrote: > Hi! > > On 9/6/11 11:35 AM, Pierre Joye wrote: >> >> Yes, we use the same libs for 5.3 and 5.4 and same tests pass in 5.3. >> Bu it is also reproducible on many unrelated hosts. > > Well, maybe somebody that could reproduce it could look into

Re: [PHP-DEV] zlib issues in 5.4 and trunk

2011-09-06 Thread Stas Malyshev
Hi! On 9/6/11 11:35 AM, Pierre Joye wrote: Yes, we use the same libs for 5.3 and 5.4 and same tests pass in 5.3. Bu it is also reproducible on many unrelated hosts. Well, maybe somebody that could reproduce it could look into it? Because I'm unable to reproduce any of it... -- Stanislav Maly

Re: [PHP-DEV] zlib issues in 5.4 and trunk

2011-09-06 Thread Pierre Joye
On Tue, Sep 6, 2011 at 8:03 PM, Stas Malyshev wrote: > Hmm... Kind of hard to go on "from time to time" - are you sure there's no > build/old library issue? Do we have a reproduction for the segfaults? The > diffs look like your gzip is producing different data - I wonder if some > version might

Re: [PHP-DEV] zlib issues in 5.4 and trunk

2011-09-06 Thread Stas Malyshev
Hi! On 9/6/11 10:05 AM, Pierre Joye wrote: here you go (from win) It fails variously on linux or windows. Laruence reproduces the fails on linux too, some segfault from time to time. Hmm... Kind of hard to go on "from time to time" - are you sure there's no build/old library issue? Do we hav

Re: [PHP-DEV] zlib issues in 5.4 and trunk

2011-09-06 Thread Stas Malyshev
Hi! On 9/6/11 8:59 AM, Pierre Joye wrote: hi, It seems that 5.4 and trunk has something broken in zlib and maybe bas64 encoding/decoding. We have a serie of tests failing on linux or windows: Interestingly enough, none of these fail for me on Darwin. Could you publish the diffs? -- Stanisl