PHP 7 Support
-
Plugin version Version: 2.1.10
WooCommerce version 2.6.9
WordPress version 4.6.1I performed a check using PHP Compatibility checker and I got the following errors. I would like to know if PHP7 support will be available in the next release of if is there any fix for the issues.
FILE: /Users/natalisilverio/Sites/crowdyhouse/crowdyhouse-github/wp-content/plugins/woocommerce-store-exporter-deluxe/classes/PHPExcel/CachedObjectStorage/SQLite.php
———————————————————————————————————————————————————————
FOUND 9 ERRORS AFFECTING 9 LINES
———————————————————————————————————————————————————————
63 | ERROR | Extension ‘sqlite’ is removed since PHP 5.4
64 | ERROR | Extension ‘sqlite’ is removed since PHP 5.4
108 | ERROR | Extension ‘sqlite’ is removed since PHP 5.4
142 | ERROR | Extension ‘sqlite’ is removed since PHP 5.4
166 | ERROR | Extension ‘sqlite’ is removed since PHP 5.4
211 | ERROR | Extension ‘sqlite’ is removed since PHP 5.4
236 | ERROR | Extension ‘sqlite’ is removed since PHP 5.4
274 | ERROR | Extension ‘sqlite’ is removed since PHP 5.4
276 | ERROR | Extension ‘sqlite’ is removed since PHP 5.4
———————————————————————————————————————————————————————FILE: /Users/natalisilverio/Sites/crowdyhouse/crowdyhouse-github/wp-content/plugins/woocommerce-store-exporter-deluxe/classes/PHPExcel/Calculation/Database.php
—————————————————————————————————————————————————————————–
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
—————————————————————————————————————————————————————————–
67 | WARNING | Method name “PHPExcel_Calculation_Database::__fieldExtract” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
98 | WARNING | Method name “PHPExcel_Calculation_Database::__filter” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
—————————————————————————————————————————————————————————–FILE: /Users/natalisilverio/Sites/crowdyhouse/crowdyhouse-github/wp-content/plugins/woocommerce-store-exporter-deluxe/classes/PHPExcel/Shared/PCLZip/pclzip.lib.php
——————————————————————————————————————————————————————-
FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES
——————————————————————————————————————————————————————-
215 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
5347 | ERROR | Function set_magic_quotes_runtime() is deprecated since PHP 5.3 and removed since PHP 7.0
5378 | ERROR | Function set_magic_quotes_runtime() is deprecated since PHP 5.3 and removed since PHP 7.0
——————————————————————————————————————————————————————-FILE: /Users/natalisilverio/Sites/crowdyhouse/crowdyhouse-github/wp-content/plugins/woocommerce-store-exporter-deluxe/exporter-deluxe.php
—————————————————————————————————————————————–
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
—————————————————————————————————————————————–
203 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
—————————————————————————————————————————————–FILE: /Users/natalisilverio/Sites/crowdyhouse/crowdyhouse-github/wp-content/plugins/woocommerce-store-exporter-deluxe/includes/cron.php
—————————————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
—————————————————————————————————————————————
237 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
—————————————————————————————————————————————FILE: /Users/natalisilverio/Sites/crowdyhouse/crowdyhouse-github/wp-content/plugins/woocommerce-store-exporter-deluxe/includes/settings.php
——————————————————————————————————————————————-
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
——————————————————————————————————————————————-
1 | WARNING | File has mixed line endings; this may cause incorrect results
152 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
——————————————————————————————————————————————-Thank you
- The topic ‘PHP 7 Support’ is closed to new replies.