exec-php to work in php 7 needs this…
-
This plugin requires a number of changes to work with php 7.
In exec-php.php
$GLOBALS[‘g_execphp_manager’] =& new ExecPhp_Manager();
must be changed to
$GLOBALS[‘g_execphp_manager’] = new ExecPhp_Manager();In includes/manager.php from line 36
change each =& to =In includes/admin.php lines 53,56,57,63,64,79 change =& to =
In includes/cache.php line 22,39 change =& to =
In includes/ajax.php line 64 change =& to =
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘exec-php to work in php 7 needs this…’ is closed to new replies.