• Resolved paulcobb

    (@paulcobb)


    I am checking before updating a site to PHP 7.2 and I see the following:
    \FILE: /home/admin6/public_html/hq/wp-content/plugins/download-monitor/src/Libs/uaparser/lib/spyc-0.5/spyc.php
    —————————————————————————————————————————————————
    FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
    —————————————————————————————————————————————————
    393 | WARNING | Method name “Spyc::__load” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    398 | WARNING | Method name “Spyc::__loadString” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    —————————————————————————————————————————————————

    FILE: /home/admin6/public_html/hq/wp-content/plugins/download-monitor/src/DownloadHandler.php
    ———————————————————————————————————–
    FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
    ———————————————————————————————————–
    604 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
    609 | ERROR | Function set_magic_quotes_runtime() is deprecated since PHP 5.3 and removed since PHP 7.0
    ———————————————————————————————————–

    Many thanks,
    Paul

Viewing 1 replies (of 1 total)
  • Hey Paul,

    We do our testing on PHP 7.2. The warnings are because our plugin is backward compatible to support older versions of PHP. Please feel free to ignore these warnings.

Viewing 1 replies (of 1 total)
  • The topic ‘PHP 7.2’ is closed to new replies.