Some minor changes
Posted: Mon 5. May 2014, 07:44
Hi guys,
One of my last commits is bringing better compatibility for PHP 5.5 where preg_replace() with /e switch is deprecated. Alle /e were replaced by preg_replace_callback() equivalents. This can have effects I cannot completely oversee at the moment. It would be nice if you can focus on any anomalies related to these last changes, especially sending email. I have patched the PHPMailer class a little and hope it is still working as expected.
Please report problems on GitHub https://github.com/slackero/phpwcms/issues.
One of my last commits is bringing better compatibility for PHP 5.5 where preg_replace() with /e switch is deprecated. Alle /e were replaced by preg_replace_callback() equivalents. This can have effects I cannot completely oversee at the moment. It would be nice if you can focus on any anomalies related to these last changes, especially sending email. I have patched the PHPMailer class a little and hope it is still working as expected.
Please report problems on GitHub https://github.com/slackero/phpwcms/issues.