Title: No Support for PHP 7
Last modified: August 30, 2016

---

# No Support for PHP 7

 *  [chmars](https://wordpress.org/support/users/chmars/)
 * (@chmars)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/no-support-for-php-7/)
 * Watch out: MailPoet does not work with PHP 7.
 * [https://wordpress.org/plugins/wysija-newsletters/](https://wordpress.org/plugins/wysija-newsletters/)

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

 *  [Dima Stefantsov](https://wordpress.org/support/users/dima-stefantsov/)
 * (@dima-stefantsov)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/no-support-for-php-7/#post-6897595)
 * Oh wow. That’s why my newsletter markup got messed up!
 *  Thread Starter [chmars](https://wordpress.org/support/users/chmars/)
 * (@chmars)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/no-support-for-php-7/#post-6897684)
 * Thankfully, my messed up newsletters didn’t get sent either … I am considering
   a migration to MailChimp. The advantage would be that full WordPress posts could
   be sent including all headers, images etc. On the other hand, MailChimp is missing
   some of MailPoet’s features too of course.
 *  [Dima Stefantsov](https://wordpress.org/support/users/dima-stefantsov/)
 * (@dima-stefantsov)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/no-support-for-php-7/#post-6897688)
 * My newsletters are sent once a month. I’m going to manually switch to PHP5.4,
   send newsletters, switch back to PHP7. Or just screw it, no newsletters until
   Mailpoet fix it.
 * I’m sure they will.
    Will you?!
 *  [Der-Bank-Blog](https://wordpress.org/support/users/der-bank-blog/)
 * (@der-bank-blog)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/no-support-for-php-7/#post-6897772)
 * Hopefully this will be fixed soon. It does not even work with php 5.6 correctly
 *  Thread Starter [chmars](https://wordpress.org/support/users/chmars/)
 * (@chmars)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/no-support-for-php-7/#post-6897773)
 * They are working on it … although it is a bad sign that they don’t even support
   the current PHP version 5.6.
 * Maybe it is time to look for an alternative, MailPoet has some annoying restrictions
   anyway.
 *  [Wysija](https://wordpress.org/support/users/wysija/)
 * (@wysija)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/no-support-for-php-7/#post-6897877)
 * It’s coming guys…
 *  [Drivingralle](https://wordpress.org/support/users/drivingralle/)
 * (@drivingralle)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/no-support-for-php-7/#post-8344775)
 * Hey!
 * Any updates on this topic?
 * I’ve tested all my plugins with this PHP linter:
    [https://wordpress.org/plugins/php-compatibility-checker/](https://wordpress.org/plugins/php-compatibility-checker/)
 * Unfortunately I found a problem with this plugin:
 * FILE: /wp-content/plugins/wysija-newsletters/inc/pear/pear.php
    ———————————————————————————————————————
   FOUND 2 ERRORS AND 3 WARNINGS AFFECTING 4 LINES ———————————————————————————————————————
   171 | ERROR | Use of deprecated PHP4 style class constructor is not supported
   since PHP 7 740 | WARNING | INI directive ‘safe_mode’ is deprecated from PHP 
   5.3 and forbidden from PHP 5.4. 754 | WARNING | The use of function dl is discouraged
   from PHP version 5.3 754 | WARNING | The use of function dl is discouraged from
   PHP version 5.3 852 | ERROR | Use of deprecated PHP4 style class constructor 
   is not supported since PHP 7 ———————————————————————————————————————
 * FILE: /wp-content/plugins/wysija-newsletters/inc/phpmailer/class.phpmailer.php
   ——————————————————————————————————————————————-
   FOUND 3 ERRORS AND 5 WARNINGS AFFECTING 8 LINES ——————————————————————————————————————————————-
   527 | WARNING | INI directive ‘safe_mode’ is deprecated from PHP 5.3 and forbidden
   from PHP 5.4. 1358 | ERROR | INI directive ‘magic_quotes_runtime’ is deprecated
   from PHP 5.3 and forbidden from PHP 5.4. 1362 | ERROR | INI directive ‘magic_quotes_runtime’
   is deprecated from PHP 5.3 and forbidden from PHP 5.4. 1785 | WARNING | The use
   of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found‘
   $HTTP_SERVER_VARS’ 1786 | WARNING | The use of long predefined variables has 
   been deprecated in 5.3 and removed in 5.4; Found ‘$HTTP_ENV_VARS’ 1789 | WARNING
   | The use of long predefined variables has been deprecated in 5.3 and removed
   in 5.4; Found ‘$HTTP_SERVER_VARS’ 1791 | WARNING | The use of long predefined
   variables has been deprecated in 5.3 and removed in 5.4; Found ‘$HTTP_ENV_VARS’
   1879 | ERROR | The use of function split is discouraged from PHP version 5.3 
   and forbidden from PHP version 7.0; use preg_split instead ——————————————————————————————————————————————-
 * FILE: /wp-content/plugins/wysija-newsletters/controllers/back.php
    ——————————————————————————————————————————————————————–
   FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ——————————————————————————————————————————————————————–
   207 | WARNING | Method name “WYSIJA_control_back::__setMetaTitle” is discouraged;
   PHP has reserved all method names with a double underscore prefix for future 
   use ——————————————————————————————————————————————————————–
 * FILE: /wp-content/plugins/wysija-newsletters/views/back/campaigns.php
    ——————————————————————————————————————————————————————————–
   FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ——————————————————————————————————————————————————————————–
   2359 | WARNING | Method name “WYSIJA_view_back_campaigns::__filterPostParent”
   is discouraged; PHP has reserved all method names with a double underscore prefix
   for future use ——————————————————————————————————————————————————————————–
 * FILE: /wp-content/plugins/wysija-newsletters/helpers/bounce.php
    ———————————————————————————————————————-
   FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ———————————————————————————————————————-
   63 | WARNING | The use of function dl is discouraged from PHP version 5.3 ———————————————————————————————————————-
 * Would be great if you can fix this!
 * Greetings
    derRALF

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

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

 * ![](https://s.w.org/plugins/geopattern-icon/wysija-newsletters_ffddcc.svg)
 * [MailPoet Newsletters (Previous)](https://wordpress.org/plugins/wysija-newsletters/)
 * [Support Threads](https://wordpress.org/support/plugin/wysija-newsletters/)
 * [Active Topics](https://wordpress.org/support/plugin/wysija-newsletters/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wysija-newsletters/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wysija-newsletters/reviews/)

## Tags

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

 * 7 replies
 * 5 participants
 * Last reply from: [Drivingralle](https://wordpress.org/support/users/drivingralle/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/no-support-for-php-7/#post-8344775)
 * Status: not resolved