• Resolved digitalimmigrant

    (@digitalimmigrant)


    Hi there,

    Regarding PHP Config, I got the information that NinjaFirewall (WP Edition) is not compatible with PHP 7.0.

    Will you include that issue within your nex update?

    Best regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author nintechnet

    (@nintechnet)

    Hi,

    Can you clarify which issue or error you are facing?
    NinjaFirewall is compatible with PHP 7 since the release of PHP 7.beta (mid-2015).

    Thread Starter digitalimmigrant

    (@digitalimmigrant)

    Hi there, I got the following information:

    ————-
    FOUND 12 ERRORS AFFECTING 12 LINES
    ————————————————————————————————————————————–
    358 | ERROR | Global variable ‘$HTTP_RAW_POST_DATA’ is deprecated since PHP 5.6 and removed since PHP 7.0 – use php://input instead.
    359 | ERROR | Global variable ‘$HTTP_RAW_POST_DATA’ is deprecated since PHP 5.6 and removed since PHP 7.0 – use php://input instead.
    364 | ERROR | Global variable ‘$HTTP_RAW_POST_DATA’ is deprecated since PHP 5.6 and removed since PHP 7.0 – use php://input instead.
    372 | ERROR | Global variable ‘$HTTP_RAW_POST_DATA’ is deprecated since PHP 5.6 and removed since PHP 7.0 – use php://input instead.
    594 | ERROR | Global variable ‘$HTTP_RAW_POST_DATA’ is deprecated since PHP 5.6 and removed since PHP 7.0 – use php://input instead.
    608 | ERROR | Global variable ‘$HTTP_RAW_POST_DATA’ is deprecated since PHP 5.6 and removed since PHP 7.0 – use php://input instead.
    609 | ERROR | Global variable ‘$HTTP_RAW_POST_DATA’ is deprecated since PHP 5.6 and removed since PHP 7.0 – use php://input instead.
    612 | ERROR | Global variable ‘$HTTP_RAW_POST_DATA’ is deprecated since PHP 5.6 and removed since PHP 7.0 – use php://input instead.
    682 | ERROR | Global variable ‘$HTTP_RAW_POST_DATA’ is deprecated since PHP 5.6 and removed since PHP 7.0 – use php://input instead.
    683 | ERROR | Global variable ‘$HTTP_RAW_POST_DATA’ is deprecated since PHP 5.6 and removed since PHP 7.0 – use php://input instead.
    684 | ERROR | Global variable ‘$HTTP_RAW_POST_DATA’ is deprecated since PHP 5.6 and removed since PHP 7.0 – use php://input instead.
    686 | ERROR | Global variable ‘$HTTP_RAW_POST_DATA’ is deprecated since PHP 5.6 and removed since PHP 7.0 – use php://input instead.
    ————————————————————————————————————————————–

    Plugin Author nintechnet

    (@nintechnet)

    Sorry for late response, I missed your message in the list.
    $HTTP_RAW_POST_DATA is assigned by NinjaFirewall for backwards compatibility with PHP versions 5.3 to 5.5. You can safely ignore those warnings, they are all false positives and won’t affect your PHP 7 installation.

    Good, and what about phph 7.1 too ?

    Plugin Author nintechnet

    (@nintechnet)

    It was tested with PHP 7.1.3 and I did not find any issue.

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