1

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

2

Re: htmLawed - on WAMP?

I have used htmLawed on a WAMP set-up and have never encountered any issue. The problem you are encountering, is it that sometimes the htmLawed filtering works as expected and sometimes it does not for the _same_ input?