This is an old revision of the document!


Dokuwiki notes

php 5.3 and dokuwiki-rc2009-12-02

After installing dokuwiki-rc2009-12-02 and upgrading to php 5.3.1 I got a few errors that I resolved as follows.

original line:

call_user_func_array(array(&$renderer, $i[0]),$i[1]);

modified line:

call_user_func_array(array(&$renderer, $i[0]),$i[1]?$i[1]:array());

Navigation
Personal Tools