|
|
|
Environment:
|
PHP4, MySQl 5
|
|
This problem appears on PHP4 after teh upgrade to the latest weekly build (Build: 20090401)
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in .../corsi/question/type/questiontype.php on line 741
Line 741 is:
private $htmlheadalreadydone = false;
workaround: comment it out, but another parse error appears in line 799:
protected function find_standard_scripts_and_css()
workaround: remove "protected"
|
|
Description
|
This problem appears on PHP4 after teh upgrade to the latest weekly build (Build: 20090401)
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in .../corsi/question/type/questiontype.php on line 741
Line 741 is:
private $htmlheadalreadydone = false;
workaround: comment it out, but another parse error appears in line 799:
protected function find_standard_scripts_and_css()
workaround: remove "protected"
|
Show » |
|