-- PHP5 is not supported by EasyPHP 1.8
-- Did you intended to post in EasyPHP 2.0 forum ?
Found by double reading PCRE documentation ( [
php.net] ) :
PCRE is not compatible with multi byte encodings such as UTF-8.
You have to use mbstring ( [
php.net] ) instead.
Please note that mbstring only allows ereg usage.
Alternative solution : wait for PHP6
It will have native unicode support as well as Unicode PCRE compatibility.
Please also note that EREG support will be disabled in PHP6.
---
mega-squall
Edited 1 time(s). Last edit at 01/12/2008 04:13PM by mega-squall.