ID: 10550 Updated by: avsm Reported By: [EMAIL PROTECTED] Status: Assigned Bug Type: Date/time related PHP Version: 4.0 Latest CVS (29/04/2001) Assigned To: derick Comments: It doesn't occur under OpenBSD; it looks like a FreeBSD issue (happens on 4.x-STABLE as well). This came up recently on the Horde/Chora list: http://marc.theaimsgroup.com/?l=chora&m=98622313207343&w=2 Previous Comments: --------------------------------------------------------------------------- [2001-04-29 11:20:53] [EMAIL PROTECTED] I could not reproduce this under Linux. Will try later with OpenBSD. As PHP uses the underlying C functions for this, this might actaully be a problem with FreeBSD. Derick --------------------------------------------------------------------------- [2001-04-29 07:05:20] [EMAIL PROTECTED] Correction: $ cat test.php <?= gmmktime(1, 18, 27, 4, 1, 2001, 0) . "n" . gmmktime(2, 18, 27, 4, 1, 2001, 0) . "n" . gmmktime(3, 18, 27, 4, 1, 2001, 0) . "n"; ?> $ php -q test.php 986087907 -21601 986098707 $ --------------------------------------------------------------------------- [2001-04-29 06:46:27] [EMAIL PROTECTED] $ cat test.php <?= mktime(1, 18, 27, 4, 1, 2001) . "n" . mktime(2, 18, 27, 4, 1, 2001) . "n" . mktime(3, 18, 27, 4, 1, 2001) . "n"; ?> $ php -q test.php 986113107 -1 986116707 $ --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=10550&edit=2 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]