I have the following code
$jsonReplaces = array("\\", "/", "\n", "\t", "\r", "\b", "\f", '"');
and I get the following error message running php4:
Parse error: syntax error, unexpected '/', expecting ')'
And running php5 is not an option. Any ideas on how to get this working in php4?