• Resolved aoused

    (@aoused)


    Hello,

    I’m trying the remi PHP 7.3 packages in CentOS.

    I’m seeing these errors:

    PHP message: PHP Warning:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in [REDACTED]/wp-content/plugins/wordfence/models/block/wfBlock.php on line 552
    PHP message: PHP Warning:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in [REDACTED]/wp-content/plugins/wordfence/models/block/wfBlock.php on line 553
    PHP message: PHP Warning:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in [REDACTED]/wp-content/plugins/wordfence/models/block/wfBlock.php on line 555
    PHP message: PHP Warning:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in [REDACTED]/wp-content/plugins/wordfence/models/block/wfBlock.php on line 570
    PHP message: PHP Warning:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in [REDACTED]/wp-content/plugins/wordfence/models/block/wfBlock.php on line 573

    I assume some work is needed to make WF PHP 7.3 compatible?

Viewing 1 replies (of 1 total)
  • Hi @aoused,

    The current latest stable version of PHP is 7.2.11 as of Oct 11, 2018.

    php.net has stated that PHP 7.3.0RC4 is a development preview and that it should not be used in production.

    I would recommend downgrading back to 7.2.

    Dave

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