Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12777 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56601 invoked by uid 1010); 13 Sep 2004 18:59:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 34039 invoked from network); 13 Sep 2004 18:51:06 -0000 Received: from unknown (HELO mail.kromann.info) (64.186.239.125) by pb1.pair.com with SMTP; 13 Sep 2004 18:51:06 -0000 Received: from Swwwing2000 (unknown [64.186.239.115]) by mail.kromann.info (Postfix) with SMTP id 351B82AE57 for ; Mon, 13 Sep 2004 11:52:15 -0700 (PDT) To: X-Mailer: Swwwing 2000 Message-ID: <10951011573080000@9866357972520000.9866341568840000> MIME-Version: 1.0 Reply-To: "Frank M. Kromann" Date: Mon, 13 Sep 2004 11:45:58 -0700 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: HAVE_STRCOLL problem From: frank@kromann.info ("Frank M. Kromann") 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