Title: PHP 7
Last modified: May 7, 2018

---

# PHP 7

 *  [melabit](https://wordpress.org/support/users/melabit/)
 * (@melabit)
 * [8 years ago](https://wordpress.org/support/topic/php-7-93/)
 * Hi! This is a great plugin but its development seems to have stopped. Is there
   any hope that it will support PHP7 in the (near) future or should we start to
   look around to find some alternative? It would be a real pity, this is one of
   the best tools for WP that I have ever used.
 * If I check the plugin for PHP 7.0 compatibility, it seems to be broken only in
   two files:
 * FILE: …/wp-content/plugins/file-away/lib/cls/class.fileaway_csv.php
    ———————————————————————————–
   FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ———————————————————————————– 135
   | WARNING | Use of deprecated PHP4 style class constructor is not supported since
   PHP 7. ———————————————————————————–
 * FILE: …/wp-content/plugins/file-away/lib/inc/inc.playback.php
    ———————————————————————————–
   FOUND 1 ERROR AFFECTING 1 LINE ———————————————————————————– 78 | ERROR | Using‘
   continue’ outside of a loop or switch structure is invalid and will throw a fatal
   error since PHP 7.0 ———————————————————————————–
    -  This topic was modified 8 years ago by [melabit](https://wordpress.org/support/users/melabit/).

Viewing 1 replies (of 1 total)

 *  [eswanzey](https://wordpress.org/support/users/eswanzey/)
 * (@eswanzey)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/php-7-93/#post-10362874)
 * I agree that this is an excellent plugin. The developer reaffirmed ongoing development
   back in late 2017 but haven’t heard anything since then.
 * In the inc.playback.php file that you mention, simply edit line 78 (last line
   I believe)
 * from: if($skipthis) continue;
 * to: if ($skipthis) return false;
 * and it will run on PHP7.

Viewing 1 replies (of 1 total)

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

 * ![](https://s.w.org/plugins/geopattern-icon/file-away_e3e2e1.svg)
 * [File Away](https://wordpress.org/plugins/file-away/)
 * [Support Threads](https://wordpress.org/support/plugin/file-away/)
 * [Active Topics](https://wordpress.org/support/plugin/file-away/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/file-away/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/file-away/reviews/)

## Tags

 * [PHP7](https://wordpress.org/support/topic-tag/php7/)
 * [update](https://wordpress.org/support/topic-tag/update/)

 * 1 reply
 * 2 participants
 * Last reply from: [eswanzey](https://wordpress.org/support/users/eswanzey/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/php-7-93/#post-10362874)
 * Status: not resolved