• Resolved MBV

    (@mbv)


    I did a php compatibility test with a plugin and it found this error with php7.3

    FILE: …/public_html/wp-content/plugins/click-to-tweet/includes/twitteroauth/tmhOAuth.php
    ———————————————————————————————————————————–
    FOUND 2 ERRORS AFFECTING 1 LINE
    ———————————————————————————————————————————–
    14 | ERROR | Function name, class name, namespace name or constant name can not be reserved keyword ‘__DIR__’ (since version 5.3)
    14 | ERROR | Function name, class name, namespace name or constant name can not be reserved keyword ‘__DIR__’ (since version 5.3)
    ———————————————————————————————————————————–

    Is this something that can be quickly patched so that I can update php soon?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not PHP 7.3 compatible?’ is closed to new replies.