Dokuwiki Php 7 Compatibility

도쿠위키 (Dokuwiki) 자체는 다 변경되었지만, 관리 안되는 플러긴에서 경고 문구가 생성된다.

&$controller Doku_Event_Handler $controller
&$handler Doku_Handler $handler
&$renderer Doku_Renderer $renderer
function handle($match, $state, $pos, &$handler)
function handle($match, $state, $pos, Doku_Handler $handler)

function render($mode, &$renderer, $indata)	
function render($mode, Doku_Renderer $renderer, $indata)

function handle($match, $state, $pos, &$handler)
function handle($match, $state, $pos, Doku_Handler $handler)

function render($mode, &$renderer, $indata)	
function render($mode, Doku_Renderer $renderer, $indata)

sed -in 's/&$controller/Doku_Event_Handler $controller/g' action.php