> Hi
>
> I'm not sure, who to blame about this one, but I run against a memory
> leak if I run the following code:
> ***
> $html = "foo";
> $options = array("char-encoding" => "utf8");
> $tidy = new tidy();
> $tidy->parseString($html,$options,$options['char-encoding']);
> print $tidy;
> ***
>
> If the 3rd param is not part of the array of the second param, there's
> no memleak..
> Any ideas, what's going wrong here?

I have no problems here.
You shouldn't use the char-encoding as option (the second paramether)!! You
should just set the last parameter, as it will set the input and ouput
charset!!

there is also a open bug for tidy: http://bugs.php.net/?id=28578


> If it's tidy, I'll file a bug report, if it's ZE2, it's maybe something
> to be fixed before 5.0.0 ;)
>
> chregu

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to