• Hello,
    This plugin is not currently PHP7 compatible. We are looking to upgrade to PHP7 and are wondering if you can give a status update regarding when a PHP7 supported version will be released?

    File: wp-content\plugins\wp-imageflow2\php\reflect3.php
    > Line 48: Removed function “ereg_replace” called
    ereg_replace(‘[[:alpha:][:space:]()]+’, ”, $gd_info[‘GD Version’]);

    This is the only line that blocks PHP7 support.

    https://www.ads-software.com/plugins/wp-imageflow2/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thanks for bringing it to my attention. Version 2.3.3 of the plugin contains a fix for this.

    craft37

    (@craft37)

    FILE: /wp-content/plugins/wp-imageflow2/php/reflect2.php
    ————————————————————————————
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ————————————————————————————
    44 | WARNING | Function dl() is deprecated since PHP 5.3
    ————————————————————————————

    FILE: /wp-content/plugins/wp-imageflow2/php/reflect3.php
    ————————————————————————————
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ————————————————————————————
    33 | WARNING | Function dl() is deprecated since PHP 5.3
    ————————————————————————————

    • This reply was modified 8 years ago by craft37.
    SunnyThemes

    (@sunnythemes)

    The reflect functions are deprecated, so I will be removing them from the plugin soon. Instead please use the CSS reflection option.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP7 compatiblity’ is closed to new replies.