• Resolved meadwench

    (@meadwench)


    Hi, I was doing some checking today, and got the following errors when checking via the PHP Compatibility Checker that worry me. Will these be addressed? Thanks!!

    Here is what it returned:

    FILE: xx/wp-content/plugins/wp-rss-aggregator/includes/libraries/php-markdown/markdown.php
    ———————————————————————————————————————–
    FOUND 2 ERRORS AFFECTING 2 LINES
    ———————————————————————————————————————–
    2271 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and prohibited since PHP 5.4
    2277 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and prohibited since PHP 5.4
    ———————————————————————————————————————–

    FILE: xx/wp-content/plugins/wp-rss-aggregator/includes/system-info.php
    —————————————————————————————————
    FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
    —————————————————————————————————
    81 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
    244 | WARNING | Extension ‘mysql_’ is deprecated since PHP 5.5 – use mysqli instead.
    246 | WARNING | Extension ‘mysql_’ is deprecated since PHP 5.5 – use mysqli instead.
    —————————————————————————————————

    FILE: xx/wp-content/plugins/wp-rss-aggregator/includes/opml-importer.php
    —————————————————————————————————————————————————————
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    —————————————————————————————————————————————————————
    48 | WARNING | Method name “WPRSS_OPML_Importer::__contruct” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    —————————————————————————————————————————————————————

    FILE: xx/wp-content/plugins/wp-rss-aggregator/includes/admin-help.php
    ———————————————————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————–
    609 | WARNING | Method name “WPRSS_Help::__” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    ———————————————————————————————————————————————–

    FILE: xx/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/DataObject.php
    ——————————————————————————————————————————————————
    FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
    ——————————————————————————————————————————————————
    387 | WARNING | Method name “DataObject::__toArray” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    443 | WARNING | Method name “DataObject::__toXml” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    488 | WARNING | Method name “DataObject::__toJson” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    ——————————————————————————————————————————————————

    FILE: xx/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/ModelInterface.php
    ————————————————————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ————————————————————————————————————————————————–
    19 | WARNING | Method name “ModelInterface::__” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    ————————————————————————————————————————————————–

    FILE: xx/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/ModelAbstract.php
    ————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ————————————————————————————————————————————————-
    41 | WARNING | Method name “ModelAbstract::__” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    ————————————————————————————————————————————————-

    FILE: xx/wp-content/plugins/wp-rss-aggregator/includes/feed-access.php
    —————————————————————————————————
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    —————————————————————————————————
    411 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
    —————————————————————————————————

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @meadwench,

    Thanks for your report.

    We’re working on the PHP 5.6 and 7 compatibility issue at the moment. It hasn’t been done yet and without a doubt, planned for a future update.

    In the meantime, we have seen that our plugins can run on some of our customers which have PHP 5.5 and above without their functionalities are being affected. Should your host decided to upgrade to PHP 5.6 or above and you have any issues regarding the works of our plugins, please don’t hesitate to let us know.

    Hi @meadwench,

    We’d like to inform you that we have run tests for the current version of WP RSS Aggregator (4.11.1) on PHP 5.6 and 7.x.

    So far, we have found no major compatibility issues. There are no major plugin breaking issues and no visible breakages to the functionality with both PHP 5.6 and 7.x

    However, should you encounter one while setting up or using our Core plugin in the said platforms, we welcome any feedback you may have.

    Thanks again for staying with us and always using the latest version of WP RSS Aggregator. Please don’t hesitate to reach out to us if you need any assistance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP Compatibility issues’ is closed to new replies.