Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21195 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47402 invoked by uid 1010); 12 Dec 2005 19:55:48 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 47386 invoked from network); 12 Dec 2005 19:55:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Dec 2005 19:55:48 -0000 X-Host-Fingerprint: 195.197.172.116 gw02.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.116:37835] helo=gw02.mail.saunalahti.fi) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id DF/4E-49905-4C5DD934 for ; Mon, 12 Dec 2005 14:55:48 -0500 Received: from nest.netphobia.fi (YZDCXXXI.dsl.saunalahti.fi [85.76.35.232]) by gw02.mail.saunalahti.fi (Postfix) with ESMTP id C60EEDB85C; Mon, 12 Dec 2005 21:55:09 +0200 (EET) Received: from nest.netphobia.fi (nest.netphobia.fi [127.0.0.1]) by nest.netphobia.fi (8.13.1/8.13.1) with ESMTP id jBCJtCKA007080; Mon, 12 Dec 2005 21:55:12 +0200 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id jBCJtBBG007077; Mon, 12 Dec 2005 21:55:12 +0200 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Mon, 12 Dec 2005 21:55:11 +0200 (EET) Reply-To: Jani Taskinen To: Sebastian Bergmann cc: internals@lists.php.net In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] parse_date.c needs zend.h From: sniper@iki.fi (Jani Taskinen) On Mon, 12 Dec 2005, Sebastian Bergmann wrote: > > Jani Taskinen schrieb: >> What it really needs is strings.h to be included. > > It seems to need zend_config.w32.h on Windows, as that is where > strncasecmp gets #defined. Actually not. This is separate code from PHP/Zend. I just committed a potential fix, can you test please? --Jani