Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3640 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20625 invoked from network); 29 Jul 2003 19:12:21 -0000 Received: from unknown (HELO netphobia.fi) (213.243.181.8) by pb1.pair.com with SMTP; 29 Jul 2003 19:12:21 -0000 Received: from localhost (jani@localhost) by netphobia.fi (8.11.6/8.11.6) with ESMTP id h6TJCP714782; Tue, 29 Jul 2003 22:12:25 +0300 X-Authentication-Warning: netphobia.fi: jani owned process doing -bs Date: Tue, 29 Jul 2003 22:12:25 +0300 (EEST) Sender: jani@netphobia.fi Reply-To: Jani Taskinen To: David Brown cc: PHP Developers List In-Reply-To: <20030729175508.GA6800@codewhore.org> Message-ID: References: <20030729175508.GA6800@codewhore.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] [PCRE] Undefined POSIX_MALLOC_THRESHOLD is back... From: sniper@iki.fi (Jani Taskinen) Get more recent snapshot, it compiles just fine on win32 already. --Jani On Tue, 29 Jul 2003, David Brown wrote: >Hi Everyone: > >The PCRE breakage on Windows referenced here: > http://www.zend.com/lists/php-dev/200306/msg00781.html > >...appears to be back once again, but this time on a regular Linux box >with GCC 3.2.2. I get: > >ext/pcre/pcrelib/pcre.c: In function `pcre_config': >ext/pcre/pcrelib/pcre.c:611: > `POSIX_MALLOC_THRESHOLD' undeclared (first use in this function) >ext/pcre/pcrelib/pcre.c:611: > (Each undeclared identifier is reported only once for each function it > appears in.) > >It's easy to work around with a manual #define (Google shows a typical >value to be 10) - I just thought I'd report it here. > >Thanks, > >- Dave > dave@codewhore.org > > >