Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9680 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71852 invoked by uid 1010); 6 May 2004 11:14:15 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 71788 invoked from network); 6 May 2004 11:14:14 -0000 Received: from unknown (HELO relaycl01.probusiness-cis.de) (212.59.36.36) by pb1.pair.com with SMTP; 6 May 2004 11:14:14 -0000 Received: (from root@localhost) by relaycl01.probusiness-cis.de (8.11.6/8.11.6) id i46BDlK21090 for internals@lists.php.net; Thu, 6 May 2004 13:13:47 +0200 Received: (from uucp@localhost) by relaycl01.probusiness-cis.de (8.11.6/8.11.6) id i46BDi521059 for ; Thu, 6 May 2004 13:13:44 +0200 Received: from has03.hannover(192.168.100.6) via SMTP by relaycl.hannover, id smtpd2lRClK; Thu May 6 13:13:36 2004 Received: by has03.hannover with Internet Mail Service (5.5.2653.19) id ; Thu, 6 May 2004 13:13:36 +0200 Message-ID: <3F011414BCED3B488547E2CCCC16E2FE015397E2@has03.hannover> To: internals@lists.php.net Date: Thu, 6 May 2004 13:13:33 +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) > > Until now we found with php / phpGroupWare only one problem on > > the Itanium 2 machine. > > > > phpGW has used mktime() with day values <= 0 > > This seems to be fixed (magically) by the underlying Unix > mktime() function > > on 32-Bit Linux/Windows Systems, but not on the RedHat Itanium 2 > > distribution we used for testing. > > Do you have a script to illustrate this problem ? The Script is (in php) quite simple: run this with php 4.3.6 on a 32-bit system and on Itanium2 and compare the seconds returned back from both systems. I have differences of ~ 2 days there which can not be the DST setting. I am not sure of the relevance of http://bugs.php.net/bug.php?id=10686 regarding this. It might also be that the bug is in the implementation of mktime() from Linux (it's a RH AS 2.1 IA64). I still have to do more testing - but not much time to do so :( Greetings Kai Hofmann