php 7
-
I just wanted to see if you were planning any modifications for php7. I currently get 4 warnings when running a compatibility checker. I’m not sure if these are a big deal or not, but wanted to check. Error are pasted below:
FILE: /plugins/user-access-manager/class/UserAccessManager.class.php
—————————————————————————————————————–
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
—————————————————————————————————————–
2177 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
—————————————————————————————————————–FILE: /plugins/user-access-manager/user-access-manager.php
——————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————-
224 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
——————————————————————————————————-FILE: /plugins/user-access-manager/user-access-manager/class/UserAccessManager.class.php
————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
————————————————————————————————————————————-
2167 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
————————————————————————————————————————————-FILE: /plugins/user-access-manager/user-access-manager/user-access-manager.php
—————————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
—————————————————————————————————————————
226 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
—————————————————————————————————————————
The topic ‘php 7’ is closed to new replies.