Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80859 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72048 invoked from network); 20 Jan 2015 05:55:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jan 2015 05:55:43 -0000 Authentication-Results: pb1.pair.com header.from=ajf@ajf.me; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ajf@ajf.me; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ajf.me designates 192.64.116.199 as permitted sender) X-PHP-List-Original-Sender: ajf@ajf.me X-Host-Fingerprint: 192.64.116.199 imap11-2.ox.privateemail.com Received: from [192.64.116.199] ([192.64.116.199:44115] helo=imap11-2.ox.privateemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 56/64-41341-DDDEDB45 for ; Tue, 20 Jan 2015 00:55:43 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id C8AC18800DB; Tue, 20 Jan 2015 00:55:38 -0500 (EST) X-Virus-Scanned: Debian amavisd-new at imap11.ox.privateemail.com Received: from mail.privateemail.com ([127.0.0.1]) by localhost (imap11.ox.privateemail.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id dEnNRm-OjYDG; Tue, 20 Jan 2015 00:55:38 -0500 (EST) Received: from oa-res-26-240.wireless.abdn.ac.uk (oa-res-26-240.wireless.abdn.ac.uk [137.50.26.240]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.privateemail.com (Postfix) with ESMTPSA id 78A718800D5; Tue, 20 Jan 2015 00:55:37 -0500 (EST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) In-Reply-To: Date: Tue, 20 Jan 2015 05:55:34 +0000 Cc: Nikita Popov , PHP Internals , "php-cvs@lists.php.net" Content-Transfer-Encoding: quoted-printable Message-ID: References: To: Dmitry Stogov X-Mailer: Apple Mail (2.1993) Subject: Re: [PHP-DEV] Re: Broken apps From: ajf@ajf.me (Andrea Faulds) Hi again, > On 19 Jan 2015, at 10:28, Andrea Faulds wrote: >=20 >> On 19 Jan 2015, at 10:24, Dmitry Stogov wrote: >>=20 >> There are also a number of tests started to fail since last Friday >>=20 >>> testing integer overflow (32bit) = [Zend/tests/oct_overflow_32bit.phpt] >>> Test fscanf() function: usage variations - hexa formats with integer >> values [ext/standard/tests/file/fscanf_variation33.phpt] >>> Test fscanf() function: usage variations - unsigned int formats with >> integer values [ext/standard/tests/file/fscanf_variation39.phpt] >>> Test fscanf() function: usage variations - float formats with = integer >> values [ext/standard/tests/file/fscanf_variation9.phpt] >>> Test intval() function = [ext/standard/tests/general_functions/intval.phpt] >>> Test is_int() & it's FALIASes: is_long() & is_integer() functions >> [ext/standard/tests/general_functions/is_int.phpt] >>> Test printf() function : basic functionality - octal format >> [ext/standard/tests/strings/printf_basic8.phpt] >=20 > That=E2=80=99ll be my fault, I must have missed them when I committed = the octal fix. I=E2=80=99ll fix them later today. I=E2=80=99ve fixed these, sorry about that. We really should set up a 32-bit build on Travis to catch these sorts of = issues=E2=80=A6 it=E2=80=99s my fault this slipped through, but it would = be easier to catch if Travis did 32-bit builds. Thanks. -- Andrea Faulds http://ajf.me/