dirkgroenen / Goldfish-Autoresponder

Goldfish is a simple autoresponder script (written in PHP) for Postfix.
10 stars 9 forks source link

PHP7 Support (mysql-extension) #7

Open Lozik opened 8 years ago

Lozik commented 8 years ago

Hello there.

As I noticed, Goldfish-Autoresponder is using the old mysql-extension. This needs to be replaced if there should be any support for PHP 7, because since that version, these functions have been removed.

From the PHP.net Manual:

This extension was deprecated in PHP 5.5.0, and it was removed in PHP 7.0.0. Instead, the MySQLi or PDO_MySQL extension should be used.

Regards.

jaapjansma commented 8 years ago

I have fixed this and published a PR. Could someone test this and verify this?

munagala05 commented 5 years ago

I have fixed this and published a PR. Could someone test this and verify this?

how to download it.