Title: PHP 7 Support
Last modified: December 17, 2016

---

# PHP 7 Support

 *  Resolved [natalisilverio](https://wordpress.org/support/users/natalisilverio/)
 * (@natalisilverio)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/php-7-support-23/)
 * Plugin version Version: 2.1.10
    WooCommerce version 2.6.9 WordPress version 4.6.1
 * I performed a check using [PHP Compatibility checker ](https://wordpress.org/plugins/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

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Michael Visser](https://wordpress.org/support/users/visser/)
 * (@visser)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/php-7-support-23/#post-8563748)
 * Hi natalisilverio, thanks for raising this. Can you please submit this via Support
   for the Pro Plugin as this support forum is limited to the free offering.
 * [https://www.visser.com.au/premium-support/](https://www.visser.com.au/premium-support/)
 *  [Michael Visser](https://wordpress.org/support/users/visser/)
 * (@visser)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/php-7-support-23/#post-8568517)
 * Hi [@natalisilverio](https://wordpress.org/support/users/natalisilverio/), just
   clarifying for posterity we use the PHPExcel library for generating some file
   formats in the Pro Plugin, the free Plugin does not use PHPExcel.
 * – One of the caching modules that PHPExcel supports is SQLLite which is no longer
   supported since 5.4, it is not enabled by default and is provided for older hosts.
   –
   There is a conditional check for set_magic_quotes_runtime before it is run, ZipArchive
   is used by default with the alternate PCLZip library available where ZipArchive
   is not.
 * Thanks for taking the time to raise this 🙂
 *  [Theo](https://wordpress.org/support/users/heytheo/)
 * (@heytheo)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/php-7-support-23/#post-9024579)
 * Hi [@visser](https://wordpress.org/support/users/visser/),
 * Just a follow up to the above, are WooCommerce – Store Exporter free and pro 
   versions now PHP 7 compatible? From what version onwards? Thanks.
 *  [Michael Visser](https://wordpress.org/support/users/visser/)
 * (@visser)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/php-7-support-23/#post-9024688)
 * Hi [@heytheo](https://wordpress.org/support/users/heytheo/), I’ll be confirming
   PHP 7.1 compatibility for both Plugins today, I’m running 7.1 on some of my development
   sites and haven’t noticed anything but I’ll do a full review and confirm here
   then update the readme.txt 🙂
 *  [wrip](https://wordpress.org/support/users/wrip/)
 * (@wrip)
 * [9 years ago](https://wordpress.org/support/topic/php-7-support-23/#post-9197332)
 * I’m running version 1.9 but couldn’t see it says “PHP7 compatible” in readme.
   txt.
    I’m using WP 4.7.5/ PHP 5.6. I ran PHP Compatibility Checker and am still
   seeing some warnings.
 * FILE: /home/coms58/public_html/stage/wp-content/plugins/woocommerce-exporter/
   templates/admin/tabs-settings.php
    ——————————————————————————————————————————————–
   FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ——————————————————————————————————————————————–
   83 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed
   since PHP 5.4. ——————————————————————————————————————————————–
 * FILE: /home/coms58/public_html/stage/wp-content/plugins/woocommerce-exporter/
   templates/admin/woo-admin_ce-export_settings.php
    ———————————————————————————————————————————————————–
   FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ———————————————————————————————————————————————————–
   75 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed
   since PHP 5.4. ———————————————————————————————————————————————————–
 * FILE: /home/coms58/public_html/stage/wp-content/plugins/woocommerce-exporter/
   exporter.php
    ———————————————————————————————————————– FOUND 0 ERRORS AND 2 WARNINGS
   AFFECTING 2 LINES ———————————————————————————————————————– 149 | WARNING | INI
   directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4. 
   323 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed
   since PHP 5.4. ———————————————————————————————————————–

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘PHP 7 Support’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-exporter/assets/icon-256x256.png?rev=986329)
 * [Store Exporter – Export WooCommerce Products, Orders, Subscriptions, Customers](https://wordpress.org/plugins/woocommerce-exporter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-exporter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-exporter/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-exporter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-exporter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-exporter/reviews/)

 * 5 replies
 * 4 participants
 * Last reply from: [wrip](https://wordpress.org/support/users/wrip/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/php-7-support-23/#post-9197332)
 * Status: resolved