I encountered a problem with Kohana session library last night, here is the error message below:
Use of undefined constant FILTER_FLAG_NO_PRIV_RANGE – assumed ‘FILTER_FLAG_NO_PRIV_RANGE’
It means that PHP has to enable filter extension. But the document doesn’t mention this at all.
Anyway, I am recompiling PHP with USE=’filter’. Orz



