October 17, 2007 12:33pm
PHP's errors have always struck me as being particularly impenetrable. There doesn't seem to be any explanation of the errors on the PHP site either. What the hell does Parse error: syntax error, unexpected ';', mean? Well, the most likely explanation for that error is that you forgot the close brace on a class, so you have a function close brace immediately followed by
expecting T_FUNCTION in blah.php on line 145?>.