Welcome Guest, Not a member yet? Register   Sign In
preg_match error
#1

[eluser]caen[/eluser]
I have just installed CodeIgniter 2.0.2 on PHP 5.4 alpha 2, and I get the following
Code:
Severity: Warning
Message: preg_match() [function.preg-match]: Compilation failed: unknown option bit(s) set at offset 0
Filename: core/Utf8.php
Line Number: 44

Is it related to how I have compiled PHP, or is it related to CodeIgniter? Thanks!
#2

[eluser]Aken[/eluser]
It appears that you have an unsupported version of PCRE built into your PHP. Most things I've read while doing a quick search says the best solution is to recompile PHP with the appropriate PCRE.

http://stackoverflow.com/questions/21068...port-utf-8
#3

[eluser]caen[/eluser]
Thank you for your reply!




Theme © iAndrew 2016 - Forum software by © MyBB