Topic: htmLawed - on WAMP?
Greetings,
I'm having troubless getting htmLawed to work on Windows machine (running WAMP, php 5.3.8)... is there anything I should know about? Is it even supported? I haven't found any documentation on this topic... In some cases it works and in some it doesn't...
The main problem seems to be in line:
"
$t = preg_replace_callback('`&([A-Za-z][A-Za-z0-9]{1,30}|#(?:[0-9]{1,8}|[Xx][0-9A-Fa-f]{1,7}));`', 'hl_ent', str_replace('&', '&', $t));
"
Thanks