ICU detection improvements needed

interfasys

Verified User
Joined
Oct 31, 2003
Messages
1,824
Location
Switzerland
RC6 forces the install of ICU if it can't find it in its custom path.
This does not work if:
  • ICU was installed externally, via FreeBSD ports per example. Libs may simply be in /usr/local/lib
  • --enable-intl is not in the PHP configure switches for various reasons (PECL, no needed, etc.).

So maybe CB could first check if configure.phpxx includes "intl" and if it is then check all known lib locations?
 
Back
Top