Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3639 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70722 invoked from network); 29 Jul 2003 17:55:25 -0000 Received: from unknown (HELO united.lan.codewhore.org) (24.95.50.164) by pb1.pair.com with SMTP; 29 Jul 2003 17:55:25 -0000 Received: (qmail 6819 invoked by uid 1000); 29 Jul 2003 17:55:08 -0000 Date: Tue, 29 Jul 2003 13:55:08 -0400 To: PHP Developers List Message-ID: <20030729175508.GA6800@codewhore.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Subject: [PCRE] Undefined POSIX_MALLOC_THRESHOLD is back... From: dave@codewhore.org (David Brown) 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