Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13041 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5526 invoked by uid 1010); 28 Sep 2004 07:03:10 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 4986 invoked from network); 28 Sep 2004 07:02:58 -0000 Received: from unknown (HELO mproxy.gmail.com) (64.233.170.205) by pb1.pair.com with SMTP; 28 Sep 2004 07:02:58 -0000 Received: by mproxy.gmail.com with SMTP id 78so8813240rnl for ; Tue, 28 Sep 2004 00:02:59 -0700 (PDT) Received: by 10.38.77.56 with SMTP id z56mr229671rna; Tue, 28 Sep 2004 00:02:59 -0700 (PDT) Received: by 10.38.75.12 with HTTP; Tue, 28 Sep 2004 00:02:59 -0700 (PDT) Message-ID: <24e5f3b704092800024770534f@mail.gmail.com> Date: Tue, 28 Sep 2004 00:02:59 -0700 Reply-To: sterling@apache.org To: Derick Rethans Cc: internals@lists.php.net In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <24e5f3b704092721131f22c678@mail.gmail.com> <4158E567.1070101@apache.org> Subject: Re: [PHP-DEV] strptime patch From: sterling.hughes@gmail.com (Sterling Hughes) 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? -sterling On Tue, 28 Sep 2004 08:07:55 +0200 (CEST), Derick Rethans wrote: > On Mon, 27 Sep 2004, Sterling Hughes wrote: > > > Sterling Hughes wrote: > > > > >i needed strptime() for a project i'm working on, its awful handy when > > >you are making dates with strftime(). any objections to committing > > >the attached patch? > > I think we need another #ifdef for this for the unlikely situation where > strptime is not available and strftime is. > > Derick > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >