Re: [PHP-DEV] Big_Endian problem

2018-01-23 Thread Sara Golemon
On Mon, Jan 22, 2018 at 9:40 AM, Sam Ding wrote: > > Yes, on s390x, it is broken. > Yeah, I'd confirmed that one. I meant any *additional* issues are welcome as well. :D > The function "ignore_user_abort" returns "256" on s390x, and "1" on x86_64 > after "ignore_user_abort" is set to true; > >

Re: [PHP-DEV] Big_Endian problem

2018-01-22 Thread Sam Ding
m p...@golemon.com wrote on 01/19/2018 05:07:25 PM: > From: Sara Golemon > To: Sam Ding > Cc: PHP internals > Date: 01/19/2018 05:07 PM > Subject: Re: [PHP-DEV] Big_Endian problem > Sent by: p...@golemon.com > > On Fri, Jan 19, 2018 at 4:04 PM, Sam Ding wrote: > &g

Re: [PHP-DEV] Big_Endian problem

2018-01-19 Thread Sara Golemon
On Fri, Jan 19, 2018 at 4:04 PM, Sam Ding wrote: > The test case ext/standard/tests/general_functions/bug72300.phpt is failed > on s390x. > The function "ignore_user_abort" returns "256" on s390x, and "1" on x86_64 > after "ignore_user_abort" is set to true; > The root reason is because of Big_End

[PHP-DEV] Big_Endian problem

2018-01-19 Thread Sam Ding
Hi all, The test case ext/standard/tests/general_functions/bug72300.phpt is failed on s390x. The function "ignore_user_abort" returns "256" on s390x, and "1" on x86_64 after "ignore_user_abort" is set to true; The root reason is because of Big_Endian on s390x. Here is the C code: ext/standard