Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79013 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85811 invoked from network); 19 Nov 2014 21:45:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Nov 2014 21:45:26 -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 198.187.29.245 as permitted sender) X-PHP-List-Original-Sender: ajf@ajf.me X-Host-Fingerprint: 198.187.29.245 imap11-3.ox.privateemail.com Received: from [198.187.29.245] ([198.187.29.245:57673] helo=imap11-3.ox.privateemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A5/21-12113-57F0D645 for ; Wed, 19 Nov 2014 16:45:26 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id 452548800EB; Wed, 19 Nov 2014 16:45:23 -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 SelyVhMNoNdm; Wed, 19 Nov 2014 16:45:23 -0500 (EST) Received: from oa-res-27-29.wireless.abdn.ac.uk (oa-res-27-29.wireless.abdn.ac.uk [137.50.27.29]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.privateemail.com (Postfix) with ESMTPSA id 9DEF48800F8; Wed, 19 Nov 2014 16:45:19 -0500 (EST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) In-Reply-To: <546D0BBA.6010204@lsces.co.uk> Date: Wed, 19 Nov 2014 21:45:17 +0000 Cc: internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: References: <546D0BBA.6010204@lsces.co.uk> To: Lester Caine X-Mailer: Apple Mail (2.1993) Subject: Re: [PHP-DEV] [VOTE][RFC] Safe Casting Functions From: ajf@ajf.me (Andrea Faulds) > On 19 Nov 2014, at 21:29, Lester Caine wrote: >=20 > On 19/11/14 20:39, Andrea Faulds wrote: >> Since some things might have changed since you last read the RFC, I = encourage you to read through it again. If there are any questions which = have not yet been covered on the mailing list, feel free to ask them. >=20 > What happens on a 32bit machine? The same as what happens on a 64-bit machine, except the overflow cutoff = is obviously much lower. -- Andrea Faulds http://ajf.me/