Custombuild ICU

dverkade

New member
Joined
Jan 26, 2017
Messages
2
Hi,

We have updated PHP (from 5.4 to 5.6) via custombuild, and this failed. After running the command ./build icu manually and then compiling the PHP it was fixed.

So my question is, when does ICU itself get built. Does this happen automatically or do you always have to build it manually? I have tried to set building it with "./build set icu yes" but this is not a valid option.
 
It only gets compiled if it detects that ICU library is missing on the system.
 
Back
Top