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


tech/dokuwiki_php_7_compatibility.txt · 마지막으로 수정됨 2020/09/11 01:06 저자 203.234.103.187
CC Attribution-Noncommercial-Share Alike 4.0 International 별도로 명시하지 않을 경우, 이 페이지의 내용은 다음 라이선스에 따라 사용할 수 있습니다: CC Attribution-Noncommercial-Share Alike 4.0 International