Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21183 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50460 invoked by uid 1010); 12 Dec 2005 07:03:10 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 50445 invoked from network); 12 Dec 2005 07:03:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Dec 2005 07:03:10 -0000 X-Host-Fingerprint: 195.197.172.116 gw02.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.116:35549] helo=gw02.mail.saunalahti.fi) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 0A/B9-49905-EA02D934 for ; Mon, 12 Dec 2005 02:03:10 -0500 Received: from nest.netphobia.fi (YZDCXXXI.dsl.saunalahti.fi [85.76.35.232]) by gw02.mail.saunalahti.fi (Postfix) with ESMTP id 14E75DBADD; Mon, 12 Dec 2005 09:02:31 +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 jBC72VXJ003956; Mon, 12 Dec 2005 09:02:31 +0200 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id jBC72Uo6003953; Mon, 12 Dec 2005 09:02:31 +0200 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Mon, 12 Dec 2005 09:02:30 +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) What it really needs is strings.h to be included. (zend.h is included via php.h anyway) --Jani On Mon, 12 Dec 2005, Sebastian Bergmann wrote: > > After updating my PHP_5_1 checkout and the libxml2/libxslt libraries > today, the ext/date/lib/parse_date.c source file seems to need an > #include "zend.h" to find strncasecmp(). > > I know that this change has to be made to the corresponding .re file and > since I do not want to mess with it it would be great if someone else > could look into this. Thanks! > >