wpengine / phpcompat

WordPress Plugin: PHP Compatibility Checker

Home Page:https://wordpress.org/plugins/php-compatibility-checker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aliplugin warnings (3)

Constantinos91 opened this issue · comments

AliPlugin - Compatible (Warnings: 3)

report.txt

FILE: /home/uali2047/public_html/wp-content/plugins/aliplugin/core/class.AliExpress.Request2.php

FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE

33 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.

FILE: /home/uali2047/public_html/wp-content/plugins/aliplugin/core/class.AliExpress.insertAPI.php

FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE

34 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.

FILE: /home/uali2047/public_html/wp-content/plugins/aliplugin/core/class.Products.php

FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE

18 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.

@Constantinos91 thanks for the report. Do you have a link to the code in this plugin? The only version I found online was older, and it was using the deprecated PHP4 style constructors you're seeing in those warnings.