|
[
Permalink
| « Hide
]
Andrea Bicciolo added a comment - 19/Jan/09 05:10 PM
I forgot to mention the parse error appears only in PHP4.4.x, while in PHP 5.2.x the parse error does not occurs.
Not sure why the issue has been considered duplicate. The MDL15880 was fixed. The parse error is now again present.
oh, ah - sorry, I linked wrong bug
we are trying to replicate this right now Actually, the problem mentioned in this bug's description is fixed. But there is now another one:
http://moodle.org/mod/forum/discuss.php?d=114161#p501336 Parse error: syntax error, unexpected T_OBJECT_OPERATOR in ../lib/adminlib.php on line 208 Again, this is PHP4. Tim, I checked the current version of lib/adminlib.php in the moodle_19_weekly branch. The line 2536 is still there:
protected $capability; This line is not parsed by PHP4. In teh moodle_19_table the problem has been fixed. Line 2536 of lib/adminblib.php is now:
var $capability; which is ok. Hope this commit will go in the weekly branch this week. Anyway, the weekly branch of last week broke any admin page on PHP4 host. Better to kkep it open just to check the weekly build ? There is no weekly branch, it is just a tag in a stable branch.
Thanks guys, everything appears to be fine now
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||