• Resolved aelsharawi

    (@aelsharawi)


    hello this error occurs

    FILE: /home/nginx/domains/domain.com/public/wp-content/plugins/wp-ses/ses.class.0.8.4.php
    ———————————————————————————————————————————————————————————–
    FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
    ———————————————————————————————————————————————————————————–
    370 | WARNING | Method name “SimpleEmailService::__triggerError” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    563 | WARNING | Method name “SimpleEmailServiceRequest::__responseWriteCallback” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    577 | WARNING | Method name “SimpleEmailServiceRequest::__customUrlEncode” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    588 | WARNING | Method name “SimpleEmailServiceRequest::__getSignature” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    ———————————————————————————————————————————————————————————–

    FILE: /home/nginx/domains/domain.com/public/wp-content/plugins/wp-ses/ses.class.php

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter aelsharawi

    (@aelsharawi)

    FILE: /home/nginx/domains/domain.com/public/wp-content/plugins/wp-ses/ses.class.0.8.4.php
    ———————————————————————————————————————————————————————————–
    FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
    ———————————————————————————————————————————————————————————–
    370 | WARNING | Method name “SimpleEmailService::__triggerError” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    563 | WARNING | Method name “SimpleEmailServiceRequest::__responseWriteCallback” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    577 | WARNING | Method name “SimpleEmailServiceRequest::__customUrlEncode” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    588 | WARNING | Method name “SimpleEmailServiceRequest::__getSignature” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    ———————————————————————————————————————————————————————————–

    FILE: /home/nginx/domains/domain.com/public/wp-content/plugins/wp-ses/ses.class.php
    ———————————————————————————————————————————————————————————–
    FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
    ———————————————————————————————————————————————————————————–
    350 | WARNING | Method name “SimpleEmailService::__triggerError” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    532 | WARNING | Method name “SimpleEmailServiceRequest::__responseWriteCallback” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    546 | WARNING | Method name “SimpleEmailServiceRequest::__customUrlEncode” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    557 | WARNING | Method name “SimpleEmailServiceRequest::__getSignature” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    ———————————————————————————————————————————————————————————–

    FILE: /home/nginx/domains/domain.com/public/wp-content/plugins/wp-ses/lib.inc.php
    ———————————————————————————————————–
    FOUND 2 ERRORS AFFECTING 1 LINE
    ———————————————————————————————————–
    9 | ERROR | Function ereg() is deprecated since PHP 5.3 and removed since PHP 7.0; use preg_match instead
    9 | ERROR | Extension ‘ereg’ is deprecated since PHP 5.3 and removed since PHP 7.0 – use pcre instead.
    ———————————————————————————————————–

    FILE: /home/nginx/domains/domain.com/public/wp-content/plugins/wp-ses/ses.class.0.8.6.php
    ———————————————————————————————————————————————————————————–
    FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
    ———————————————————————————————————————————————————————————–
    484 | WARNING | Method name “SimpleEmailService::__triggerError” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    663 | WARNING | Method name “SimpleEmailServiceRequest::__responseWriteCallback” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    677 | WARNING | Method name “SimpleEmailServiceRequest::__customUrlEncode” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    688 | WARNING | Method name “SimpleEmailServiceRequest::__getSignature” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    ———————————————————————————————————————————————————————————–

    Plugin Contributor Sylvain Deaure

    (@sylvaindeaure)

    Hi,

    I’ll address this.
    Warning are just that for the moment, warnings.

    But the ereg() is a real concern.

    Thanks for the reminder.

    Thread Starter aelsharawi

    (@aelsharawi)

    hello,
    is there any near fix for that?

    Plugin Contributor Sylvain Deaure

    (@sylvaindeaure)

    Please try the updated version, and keep me posted ??

    Thread Starter aelsharawi

    (@aelsharawi)

    thanks a lot
    it worked
    just warning

    FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
    ———————————————————————————————————————————————————————————–
    350 | WARNING | Method name “SimpleEmailService::__triggerError” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    532 | WARNING | Method name “SimpleEmailServiceRequest::__responseWriteCallback” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    546 | WARNING | Method name “SimpleEmailServiceRequest::__customUrlEncode” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    557 | WARNING | Method name “SimpleEmailServiceRequest::__getSignature” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    ———————————————————————————————————————————————————————————–

    Plugin Contributor Sylvain Deaure

    (@sylvaindeaure)

    Hi,

    You shoudln’t get those warnings, they have been fixed in the current version: these methods have been renamed.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘php 7.1 support’ is closed to new replies.