1
Hello,
I have this message error when enable the PHP debug mode :
Warning: Compilation failed: PCRE does not support L, l, N, P, p, U, u, or X at offset 4 in C:Program FilesEasyPHP1-7wwwclasserrorhandler.php on line 196
That is due to the windows path. In windows path, they are
\ and produce this error. Contrary, with unix path they aren't this error because they are
/.
Thanks for your help