ZSL on PHP 5.2.9

2 messages Options
Embed this post
Permalink
Michał Zieliński

ZSL on PHP 5.2.9

Reply Threaded More More options
Print post
Permalink
I have updated PHP from 5.2.8 to 5.2.9 and problem with:
Utf8Num analyzer needs PCRE unicode support to be enabled.
apeared. I check on my server:

pcretest -C
PCRE version 7.9 2009-04-11
Compiled with UTF-8 support
Unicode properties support
Newline sequence is LF
\R matches all Unicode newlines
Internal link size = 2
POSIX malloc threshold = 10
Default match limit = 10000000
Default recursion depth limit = 10000000
Match recursion uses stack

Any clues?
Michał Zieliński

Re: ZSL on PHP 5.2.9

Reply Threaded More More options
Print post
Permalink
I totally removed php and compile it again. Now it works. Strange.