PHP Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /.../core/connector/php/php4/Utils/Misc.php on line 54,/core/connector/php/php4/Utils/Misc.php
/* public static function encodeURIComponent($str)
{
$revert = array('%21'=>'!', '%2A'=>'*', '%27'=>"'", '%28'=>'(', '%29'=>')');
return strtr(rawurlencode($str), $revert);
}
*/Reference:https://dev.ckeditor.com/ticket/9122

Re: [Fixed] CKFinder for PHP4x websites
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+