차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
tech:dokuwiki_php_7_compatibility [2016/09/27 09:52] – 만듦 V_Ltech:dokuwiki_php_7_compatibility [2020/09/11 01:06] (현재) 203.234.103.187
줄 1: 줄 1:
 +
 +
 {{tag>dokuwiki php 7 compatibility}} {{tag>dokuwiki php 7 compatibility}}
 ====== Dokuwiki Php 7 Compatibility ====== ====== Dokuwiki Php 7 Compatibility ======
-{{INLINETOC}}+
  
 [[도쿠위키]] 자체는 다 변경되었지만, 관리 안되는 플러긴에서 경고 문구가 생성된다. [[도쿠위키]] 자체는 다 변경되었지만, 관리 안되는 플러긴에서 경고 문구가 생성된다.
  
  
-  function handle($match, $state, $pos, &$handler){ +^ &$controller |Doku_Event_Handler $controller| 
 +&$handler |Doku_Handler $handler| 
 +^ &$renderer |Doku_Renderer $renderer|
  
-  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) 
 +   
 +  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