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
  [EMAIL PROTECTED]


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to