• Resolved vps108

    (@vps108)


    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.
    —————————————————————————————————————————

    • This topic was modified 9 years, 4 months ago by vps108.
Viewing 1 replies (of 1 total)
  • Plugin Author gm_alex

    (@gm_alex)

    That is no problem in my eyes. I also only checking if the ini option is set or not. Works for me without problems on PHP 7.

Viewing 1 replies (of 1 total)

The topic ‘php 7’ is closed to new replies.