User Tools

Site Tools


en:php7

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:php7 [2016/01/28 16:29]
wvdkuil [JpGraph]
en:php7 [2016/01/28 16:33] (current)
wvdkuil [JpGraph]
Line 30: Line 30:
   * lines 29   * lines 29
   * function **fetch_root**   * function **fetch_root**
-  * add the extra line after the include of uot settings files+  * add the extra line after the include of uor template ​settings files
 <​code> ​       include '​../​wsLoadSettings.php'; ​  // ​ NEXT line added for PHP7 <​code> ​       include '​../​wsLoadSettings.php'; ​  // ​ NEXT line added for PHP7
         ini_set('​display_errors',​ NULL); ​ error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED); ​         ini_set('​display_errors',​ NULL); ​ error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED); ​
 </​code>​ </​code>​
 +<WRAP center round info 80%>
 +Setting the debug options on will reveal other deprecated messages. They are not real errors, only messages that in the future these "old ways of doing things"​ need to be redone the modern way. But for now the graphs are correctly drawn.
 +</​WRAP>​
 +
  
 ===== WU history ===== ===== WU history =====
en/php7.1453998559.txt.gz · Last modified: 2016/01/28 16:29 by wvdkuil