PHP Code
	 // SD:Mod -- newer versions of php will choke
		if ($this->convert == "markup") {
			$body = str_replace(array('>', '<'), array('&gt;', '&lt;'), $body);
			//$body = htmlspecialchars($body);
		} 

but this is only one place where there is an issue, albeit the most often called

i just tell peeps to run php 5.3.19 for now, but i'm perty sure you won't go that route laugh

so that'll tide you over with your latest php with a patch that doesn't really fix the problem in __every__ place it needs for a final solution wink

a real wrapper solution should be employed.. maybe in next version 7.5.7.1 or whatever, since it's in multiple places