Newsgroups: php.cvs,php.internals Path: news.php.net Xref: news.php.net php.cvs:84172 php.internals:80793 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19136 invoked from network); 19 Jan 2015 10:28:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jan 2015 10:28:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=ajf@ajf.me; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ajf@ajf.me; 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:54603] helo=imap11-2.ox.privateemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D4/5A-64889-B5CDCB45 for ; Mon, 19 Jan 2015 05:28:43 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id 1E3488800DB; Mon, 19 Jan 2015 05:28:40 -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 CfRH-hC8Ji01; Mon, 19 Jan 2015 05:28:39 -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 C0EEF8800A2; Mon, 19 Jan 2015 05:28:38 -0500 (EST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) In-Reply-To: Date: Mon, 19 Jan 2015 10:28:36 +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 Dmitry, > 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] 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. Thanks. -- Andrea Faulds http://ajf.me/