php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37586 PCRE_ERROR_RECURSIONLIMIT not checked by configure
Submitted: 2006-05-25 03:22 UTC Modified: 2006-05-28 15:34 UTC
From: alan at akbkhome dot com Assigned:
Status: Closed Package: PCRE related
PHP Version: 5.1.5CVS OS: linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: alan at akbkhome dot com
New email:
PHP Version: OS:

 

 [2006-05-25 03:22 UTC] 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


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-05-28 15:34 UTC] iliaa@php.net
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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Nov 21 12:01:29 2024 UTC