Add mbstring check, iconv check and PCRE unicode support check to hook_requirements().
cpliakas - September 29, 2009 - 02:53
| Project: | Search Lucene API |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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.

#1
Fix committed in #268844,
#2
Automatically closed -- issue fixed for 2 weeks with no activity.