Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13042 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11407 invoked by uid 1010); 28 Sep 2004 07:05:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 11349 invoked from network); 28 Sep 2004 07:05:12 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 28 Sep 2004 07:05:12 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.11/8.12.11) with ESMTP id i8S75CLB022351 for ; Tue, 28 Sep 2004 09:05:12 +0200 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.11/8.12.11) with ESMTP id i8S758e7022341; Tue, 28 Sep 2004 09:05:08 +0200 Date: Tue, 28 Sep 2004 09:05:08 +0200 (CEST) X-X-Sender: derick@localhost To: sterling@apache.org cc: internals@lists.php.net In-Reply-To: <24e5f3b704092800024770534f@mail.gmail.com> Message-ID: References: <24e5f3b704092721131f22c678@mail.gmail.com> <4158E567.1070101@apache.org> <24e5f3b704092800024770534f@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at jdimedia.nl Subject: Re: [PHP-DEV] strptime patch From: derick@php.net (Derick Rethans) On Tue, 28 Sep 2004, Sterling Hughes wrote: > they are both in Single UNIX, its pretty reliable in my experience > where one is, the other follows. i've only ran into difficulties wrt > to what features are available on different OS', do you know a case > where strptime isn't avail and strftime is? Nope, I don't... but it's an very easy check to add, so why not do it to be sure? Derick