[PCRE] Undefined POSIX_MALLOC_THRESHOLD is back...

php.internals

David Brown

23 years ago
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

Jani Taskinen

23 years ago
Get more recent snapshot, it compiles just fine on win32 already. --Jani On Tue, 29 Jul 2003, David Brown wrote:

David Brown

23 years ago
On Tue, Jul 29, 2003 at 10:12:25PM +0300, Jani Taskinen wrote: | | Get more recent snapshot, it compiles just fine on win32 | already. | | 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: This is on a regular Linux box with CVS HEAD. Is there anything more recent? - Dave

Jani Taskinen

23 years ago
On Wed, 30 Jul 2003, David Brown wrote:
>On Tue, Jul 29, 2003 at 10:12:25PM +0300, Jani Taskinen wrote: >| >| Get more recent snapshot, it compiles just fine on win32 >| already. >| >| 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: > >This is on a regular Linux box with CVS HEAD. Is there anything more >recent?
http://snaps.php.net/ --Jani