Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12757 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3944 invoked by uid 1010); 13 Sep 2004 14:06:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 3880 invoked from network); 13 Sep 2004 14:06:19 -0000 Received: from unknown (HELO gw2.emini.dk) (192.38.9.232) by pb1.pair.com with SMTP; 13 Sep 2004 14:06:19 -0000 Received: from lamp (client-1423-p-2-lns.glfd.dial.virgin.net [81.101.69.142]) by gw2.emini.dk (Postfix) with ESMTP id AEF6222B8F for ; Mon, 13 Sep 2004 16:06:17 +0200 (CEST) Reply-To: To: "internals" Date: Mon, 13 Sep 2004 15:21:14 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0014_01C499A5.4EDA4F00" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal Subject: small and probably dodgy fix From: steph@zend.com ("Steph") ------=_NextPart_000_0014_01C499A5.4EDA4F00 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit Hi list, HEAD is broken for me following Derick's new sort flag addition earlier today. The attached one-liner may be a wrong fix, neither self nor D are sure. However it _does_ allow HEAD to build on my system! - Steph ------=_NextPart_000_0014_01C499A5.4EDA4F00 Content-Type: text/plain; name="zend_config_w32.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="zend_config_w32.txt" --- zend_config.w32.h Mon Sep 13 15:17:16 2004 +++ new_zend_config.w32.h Mon Sep 13 15:16:46 2004 @@ -24,6 +24,7 @@ #define HAVE_ALLOCA 1 #define HAVE_LIMITS_H 1 +#define HAVE_STRCOLL 1 #define _CRTDBG_MAP_ALLOC #include ------=_NextPart_000_0014_01C499A5.4EDA4F00--