Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57138 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24186 invoked from network); 28 Dec 2011 01:57:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Dec 2011 01:57:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@sugarcrm.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@sugarcrm.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain sugarcrm.com designates 67.192.241.153 as permitted sender) X-PHP-List-Original-Sender: smalyshev@sugarcrm.com X-Host-Fingerprint: 67.192.241.153 smtp153.dfw.emailsrvr.com Linux 2.6 Received: from [67.192.241.153] ([67.192.241.153:39051] helo=smtp153.dfw.emailsrvr.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/87-10976-7977AFE4 for ; Tue, 27 Dec 2011 20:57:44 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp25.relay.dfw1a.emailsrvr.com (SMTP Server) with ESMTP id 376BF2D00CA; Tue, 27 Dec 2011 20:57:41 -0500 (EST) X-Virus-Scanned: OK Received: by smtp25.relay.dfw1a.emailsrvr.com (Authenticated sender: smalyshev-AT-sugarcrm.com) with ESMTPSA id F40A62D00B6; Tue, 27 Dec 2011 20:57:40 -0500 (EST) Message-ID: <4EFA7794.5070800@sugarcrm.com> Date: Tue, 27 Dec 2011 17:57:40 -0800 Organization: SugarCRM User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: Derick Rethans CC: PHP Internals References: <4EF7C0EC.8070807@sugarcrm.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: bug 52062 From: smalyshev@sugarcrm.com (Stas Malyshev) Hi! > 3. $d->setTimestamp(100000000000) is not ever going to work as > zend_parse_parameters simply gives me long: 1215752192. This I find > really strange actually. Any clue? That's probably float to long conversion, since 100000000000 is float on 32-bit. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227