Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11332 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3737 invoked by uid 1010); 19 Jul 2004 05:12:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 3702 invoked from network); 19 Jul 2004 05:12:39 -0000 Received: from unknown (HELO mgkyb2.nw.wakwak.com) (211.9.231.193) by pb1.pair.com with SMTP; 19 Jul 2004 05:12:39 -0000 Received: from vckyb4.nw.wakwak.com (postfix@vckyb4.nw.wakwak.com [211.9.231.145]) by mgkyb2.nw.wakwak.com (8.12.11/8.12.11/2004-03-24) with SMTP id i6J5CZmv096263; Mon, 19 Jul 2004 14:12:35 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) Received: from at.wakwak.com (at.wakwak.com [211.9.230.135]) by vckyb4.nw.wakwak.com (Postfix) with ESMTP id 381533FE02; Mon, 19 Jul 2004 14:12:35 +0900 (JST) Received: from at.wakwak.com (m011252.ppp.asahi-net.or.jp [219.121.11.252]) (pbs=3jwc7y) by at.wakwak.com (8.12.11/8.12.11/2004-06-29) with ESMTP/inet id i6J5CYVD094604; Mon, 19 Jul 2004 14:12:35 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) Message-ID: <40FB5867.5040803@at.wakwak.com> Date: Mon, 19 Jul 2004 14:13:11 +0900 User-Agent: Mozilla/5.0 (X11; U; Linux i686; ja-JP; rv:1.4.1) Gecko/20031114 X-Accept-Language: ja, en-us, en MIME-Version: 1.0 To: Joe Orton Cc: internals@lists.php.net References: <20040718131306.GA16945@redhat.com> In-Reply-To: <20040718131306.GA16945@redhat.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] php_compat.h in ext/mbstring/oniguruma From: moriyoshi@at.wakwak.com (Moriyoshi Koizumi) done (VPATH fix applied as well). Joe Orton wrote: >I think this file needs to be renamed; the 5.0.0 build fails using >mbregex and pcre with bundled pcre, for instance, since the bundled pcre >picks up the wrong php_compat.h and the #define pcre_* aren't picked up. > >Renaming it to php_oniguruma.h and changing the #include fixes the >build. > >