Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:101661 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58397 invoked from network); 23 Jan 2018 14:04:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jan 2018 14:04:12 -0000 Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.216.180 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.216.180 mail-qt0-f180.google.com Received: from [209.85.216.180] ([209.85.216.180:37102] helo=mail-qt0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 49/AC-28995-AD0476A5 for ; Tue, 23 Jan 2018 09:04:11 -0500 Received: by mail-qt0-f180.google.com with SMTP id d54so1482729qtd.4 for ; Tue, 23 Jan 2018 06:04:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golemon-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=AvIjgQQQ6Jf/n5ka81Sb4Hicy3qU1Luryw/lqzc0WZM=; b=aes/ivAtaZJeTF3lPyCzE2v7b2JwUEnrOjXT0syQXBPlXTT5F7Zhg9vNqWEcWE+6hX CoAmXFmmxU6nl2MZKg69XKuT8e8qfWzHAA/ebugBWQ8ulbrf1JVu5pqPEBu4hr5eqaJZ LRP4DnO2yVGMdoKF1h3B/64KTtl4rvII16YtMwsSDRDHGnmH55yhnaxNFO8sIVTdVySR Ob1He220fdm0NsmnkWnLY6B2rM/NQpJvOj2YQ1CyTmOFT9ugW8oU+gbiBMN9tfMzdugz Xh/RaIJGbrjB4CJ0JseM1/nKWbnCWLzS72l/BXULIpKe39hSC8ZXLn9Nn5czNslGpPYK zjXw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=AvIjgQQQ6Jf/n5ka81Sb4Hicy3qU1Luryw/lqzc0WZM=; b=eOUnKfLuDAVOwaeFIipxj45C21VUlSIMqB3fdYcny7z9f5PZU9zOUkwUqsGTtEAWYs Vo1h2W42LU5XWTQTANdyCaYg3NnKX5D06oAJcurX90VSAhqo+ralVoT785oDNizE+8qe nQYT334MvgNVFrRGlye1nKP80SGdewbDITWPqgmJSGPDi3i+KDISHMFraoCFli1sGSof I7lIaZXbS8Ei5NWDCHK1myxxOsOmUcZaFr5fzaRIcTYc7KaknBIPstyCFbdGFLm4jQWM zP0gOssCQzFnbxpkmW7wVt7ewbowgvQnnHVG04qIYazurUhDILyC9QSjWK2EdtGicbcq WLpw== X-Gm-Message-State: AKwxytd1Kspu3VMBYCnb1iNphXCAhCp5bQ3HPRi8ozdRwLvbUkoqK5jT N8TFjsJs1q8LbrkcYfnuPWUYoHbbfp+MJF/X9gC93vN2bsE= X-Google-Smtp-Source: AH8x227nZAxOP6ARZQGKmCz5VheUNsCvOH8nghiqXVKQqLmpRzH3B+MELsHhwYsBEVM/dDtGg0W05MeN9OxrR6oBRn8= X-Received: by 10.55.69.83 with SMTP id s80mr3348886qka.43.1516716248500; Tue, 23 Jan 2018 06:04:08 -0800 (PST) MIME-Version: 1.0 Sender: php@golemon.com Received: by 10.12.197.144 with HTTP; Tue, 23 Jan 2018 06:04:07 -0800 (PST) X-Originating-IP: [71.251.16.204] In-Reply-To: References: Date: Tue, 23 Jan 2018 09:04:07 -0500 X-Google-Sender-Auth: vWvniBmCAsBiSGho24CuqnUJ_uM Message-ID: To: Sam Ding Cc: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] Big_Endian problem From: pollita@php.net (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; > > Please let me know when you finished code changes on v7.2.1. I will test on > s390x. > Just got around to pushing: https://github.com/php/php-src/commit/d46d53a7bcc99bb8d993852ef84e7a83d703f3db Thanks! -Sara