Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12783 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27470 invoked by uid 1010); 14 Sep 2004 01:01:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 27435 invoked from network); 14 Sep 2004 01:01:07 -0000 Received: from unknown (HELO gw2.emini.dk) (192.38.9.232) by pb1.pair.com with SMTP; 14 Sep 2004 01:01:07 -0000 Received: from lamp (client-445-p-1-lns.glfd.dial.virgin.net [81.103.145.188]) by gw2.emini.dk (Postfix) with ESMTP id 9E900449C8; Tue, 14 Sep 2004 03:01:05 +0200 (CEST) Reply-To: To: "Frank M. Kromann" , Date: Tue, 14 Sep 2004 02:16:11 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <10951011573080000@9866357972520000.9866341568840000> X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal Subject: RE: [PHP-DEV] HAVE_STRCOLL problem From: steph@zend.com ("Steph") References: <10951011573080000@9866357972520000.9866341568840000> No it doesn't, because there are other items in PHP that rely on HAVE_STRCOLL and need it to be defined where it currently is. So it needs to be redefined in zend_config.w32.h for Zend files, where this is its only occurrence. > -----Original Message----- > From: Frank M. Kromann [mailto:frank@kromann.info] > Sent: 13 September 2004 19:46 > To: internals@lists.php.net > Subject: [PHP-DEV] HAVE_STRCOLL problem > > > Hello Everyone, > > HAVE_STRCOLL is defined in config.w32.h and used in zend_operators.h|c. > This causes the string_locale_compare_function() to be undefined at link > time. > > moving #define HAVE_STRCOLL 1 to zend_config.w32.h slves the problem. > > - Frank > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >