Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9702 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47077 invoked by uid 1010); 7 May 2004 11:39:22 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 46473 invoked from network); 7 May 2004 11:39:18 -0000 Received: from unknown (HELO relaycl01.probusiness-cis.de) (212.59.36.36) by pb1.pair.com with SMTP; 7 May 2004 11:39:18 -0000 Received: (from root@localhost) by relaycl01.probusiness-cis.de (8.11.6/8.11.6) id i47Bcmb22679 for internals@lists.php.net; Fri, 7 May 2004 13:38:48 +0200 Received: (from uucp@localhost) by relaycl01.probusiness-cis.de (8.11.6/8.11.6) id i47Bck422657 for ; Fri, 7 May 2004 13:38:46 +0200 Received: from has03.hannover(192.168.100.6) via SMTP by relaycl.hannover, id smtpd2mjMNc; Fri May 7 13:38:39 2004 Received: by has03.hannover with Internet Mail Service (5.5.2653.19) id ; Fri, 7 May 2004 13:38:39 +0200 Message-ID: <3F011414BCED3B488547E2CCCC16E2FE015397F2@has03.hannover> To: "'internals@lists.php.net'" Date: Fri, 7 May 2004 13:38:37 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Virus-Scanned: by AMaViS Subject: RE: [PHP-DEV] Itanium2 test from 15.04.-14.05. From: KHofmann@PROBUSINESS.DE (Kai Hofmann) I wrote a test script for this and compared the output of the test script with the output from the earlier posted class method. Really strange is that the test script will have the same result as the 32bit machines (the correct one). Maybe an memory managment problem within classes? Or any other ideas? > Output values here 32bit linux machine: > > :1:4 > :2004/4/-2 : 1080518400: > :1:2 > :2004/6/0 : 1085961600: > :1:6 > :2004/05/-4 : 1082937600: > :1:6 > :2004/05/-4 : 1082937600: > > > > output values 64 bit itanium2: > > :1:4 > :2004/4/-2 : 1080694800: > :1:2 > :2004/6/0 : 1085965200: > :1:6 > :2004/05/-4 : 1083286800: > :1:6 > :2004/05/-4 : 1083286800: \n"; echo '2004/6/+0 : ' . $t2 . ' : ' . $t2a . "
\n"; echo '2004/5/-4 : ' . $t3 . ' : ' . $t3a . "
\n"; ?> Results: 2004/4/-2 : 1080522000 : 1080522000 2004/6/+0 : 1085965200 : 1085965200 2004/5/-4 : 1082941200 : 1082941200 depending on timezone settings there might be a difference of 3600 seconds (for my test machines) but this does not explain the difference of 2 days within the phpgroupware datetime class.