Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87893 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36391 invoked from network); 24 Aug 2015 14:15:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Aug 2015 14:15:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain belski.net from 85.214.73.107 cause and error) X-PHP-List-Original-Sender: anatol.php@belski.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:36201] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 45/04-32838-AE62BD55 for ; Mon, 24 Aug 2015 10:15:07 -0400 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id C510723D615C; Mon, 24 Aug 2015 16:15:02 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on h1123647.serverkompetenz.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.5 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=unavailable version=3.3.2 Received: from w530phpdev (pD9FD2CBF.dip0.t-ipconnect.de [217.253.44.191]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id 1352123D6003; Mon, 24 Aug 2015 16:15:00 +0200 (CEST) To: "'Sherif Ramadan'" , "'Rowan Collins'" Cc: "'PHP Internals'" References: <02a601d0dbed$2c828df0$8587a9d0$@belski.net> <02ae01d0dbf5$01c17330$05445990$@belski.net> <02b001d0dbf5$607ab7b0$21702710$@belski.net> <02ba01d0dbfb$3de2c390$b9a84ab0$@belski.net> <55DA4924.2060401@gmail.com> In-Reply-To: Date: Mon, 24 Aug 2015 16:14:57 +0200 Message-ID: <00bf01d0de77$436c9b50$ca45d1f0$@belski.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 15.0 Thread-Index: AQK9NdJN9egRUY1Umglkf8yuRLR3fgF0Y2w7Afrl8XkB4m4i6wDvLFLZAq3KEX4CFSYQhQFhBjf9Aso3a0ebyQm+kA== Content-Language: en-us Subject: RE: [PHP-DEV] Overflow checks and integral vars comparison From: anatol.php@belski.net ("Anatol Belski") Hi Sherif, > -----Original Message----- > From: Sherif Ramadan [mailto:theanomaly.is@gmail.com] > Sent: Monday, August 24, 2015 4:06 PM > To: Rowan Collins > Cc: PHP Internals > Subject: Re: [PHP-DEV] Overflow checks and integral vars comparison >=20 > Hey Rowan, >=20 > Yup, I get it now. Sorry for the confusion. >=20 > I actually remember fixing a similar bug in pdo_sqlite a while back = where > casting/translation between the two sizes caused such an issue. So I = think this > would be pretty helpful. >=20 Thanks for the evaluations. Now that it's pointed out another can of = worms exists as well, that should be pretty much a follow up in the = future. Regards Anatol