ID: 37586 Updated by: [EMAIL PROTECTED] Reported By: alan at akbkhome dot com -Status: Open +Status: Closed Bug Type: PCRE related Operating System: linux PHP Version: 5.1.5CVS New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2006-05-25 03:22:00] alan at akbkhome dot com Description: ------------ building with a shared PCRE lib, will fail as it does not have PCRE_ERROR_RECURSIONLIMIT & PCRE_EXTRA_MATCH_LIMIT_RECURSION defined. configure should really check for those and barf out Reproduce code: --------------- ./configure --with-pcre-regex=/usr make ..... Expected result: ---------------- configure:29331: checking for PCRE support PCRE lib not compatible... exit... Actual result: -------------- configure:29331: checking for PCRE support configure:29370: result: yes ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=37586&edit=1