• Resolved muzicutza81

    (@muzicutza81)


    Hello, we are in the process of updating our website to PHP 7.3. When running the PHP Compatibility Checker, the Timed Content plugin comes up as Compatible however there are 12 warnings (included below). Is this something that will be addressed with a plugin update in the near future? If not, is it safe for us to update to PHP 7.3 and expect the plugin to still work as designed?

    Thank you!

    FILE: /public_html/wp-content/plugins/timed-content/lib/customFieldsInterface.php
    —————————————————————————————————————————————————————————————
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    —————————————————————————————————————————————————————————————
    59 | WARNING | Method name “customFieldsInterface::__generateTimezoneSelectOptions” is discouraged; PHP has reserved all method names with a double underscore prefix for future use.
    —————————————————————————————————————————————————————————————

    FILE: /public_html/wp-content/plugins/timed-content/timed-content.php
    ——————————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 11 WARNINGS AFFECTING 11 LINES
    ——————————————————————————————————————————————————————————-
    427 | WARNING | Method name “timedContentPlugin::__datetimeToEnglish” is discouraged; PHP has reserved all method names with a double underscore prefix for future use.
    470 | WARNING | Method name “timedContentPlugin::__getNextDay” is discouraged; PHP has reserved all method names with a double underscore prefix for future use.
    483 | WARNING | Method name “timedContentPlugin::__getNextHour” is discouraged; PHP has reserved all method names with a double underscore prefix for future use.
    502 | WARNING | Method name “timedContentPlugin::__getNextWeek” is discouraged; PHP has reserved all method names with a double underscore prefix for future use.
    546 | WARNING | Method name “timedContentPlugin::__getNextMonth” is discouraged; PHP has reserved all method names with a double underscore prefix for future use.
    644 | WARNING | Method name “timedContentPlugin::__getNthWeekdayOfMonth” is discouraged; PHP has reserved all method names with a double underscore prefix for future use.
    721 | WARNING | Method name “timedContentPlugin::__getNextYear” is discouraged; PHP has reserved all method names with a double underscore prefix for future use.
    733 | WARNING | Method name “timedContentPlugin::__validate” is discouraged; PHP has reserved all method names with a double underscore prefix for future use.
    802 | WARNING | Method name “timedContentPlugin::__getRulePeriods” is discouraged; PHP has reserved all method names with a double underscore prefix for future use.
    1026 | WARNING | Method name “timedContentPlugin::__getScheduleDescription” is discouraged; PHP has reserved all method names with a double underscore prefix for future use.
    1764 | WARNING | Method name “timedContentPlugin::__getRulesJS” is discouraged; PHP has reserved all method names with a double underscore prefix for future use.
    ——————————————————————————————————————————————————————————-

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