Closed (fixed)
Project:
Search Lucene API
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2009 at 02:53 UTC
Updated:
13 Oct 2009 at 03:00 UTC
Since Search Lucene API requires these libraries to be installed, they should be checked in hook_requirements(). The mbstring and PCRE unicode support check should happen in hook_requirements('runtime') because their absence will gracefully throw errors, but the iconv check should be added to hook_requirements('install') because its absence will throw fatal errors.
Comments
Comment #1
cpliakas commentedFix committed in #268844,