Page MenuHomePhabricator

Use of deprecated syntax in tasks code leads to warnings upon execution
Closed, ResolvedPublic

Description

(sorry for my english) I am running a mediawiki (1.6alpha, from CVS) in my WinXP
PRO machine. The extension "Tasks" is broken. I get these error message:

Warning: Call-time pass-by-reference has been deprecated - argument passed by
value; If you would like to pass it by reference, modify the declaration of
[runtime function name](). If you would like to enable call-time
pass-by-reference, you can set allow_call_time_pass_reference to true in your
INI file. However, future versions may not support this any longer. in
e:\arquivos t(...)z\easyphp1-8\www\peabiru\extensions\Tasks\Tasks.php on line 183

Warning: Cannot modify header information - headers already sent by (output
started at e:\arquivos
t(...)z\easyphp1-8\www\peabiru\extensions\Tasks\Tasks.php:183) in e:\arquivos
t(...)z\easyphp1-8\www\peabiru\includes\OutputPage.php on line 559

Warning: Cannot modify header information - headers already sent by (output
started at e:\arquivos
t(...)z\easyphp1-8\www\peabiru\extensions\Tasks\Tasks.php:183) in e:\arquivos
t(...)z\easyphp1-8\www\peabiru\includes\OutputPage.php on line 560

(sorry for masking my full path)


Version: unspecified
Severity: normal

Details

Reference
bz5350

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:10 PM
bzimport set Reference to bz5350.
bzimport added a subscriber: Unknown Object (MLST).

robchur wrote:

Should now be fixed in the CVS HEAD version of the file. This will take some
time to replicate across to the anonymous CVS servers.