Open mathieumd opened 6 years ago
FYI, looking at https://github.com/wind-project/wind/network revealed this commit: https://github.com/itmys/wind/commit/e0b621737e0e505ac79944fc5aa5ff3e60a62a12 "Migration to PHP 7", which looks to take care of this.
Unfortunately, the code use
mysql
extension, instead ofmysqli
. It is deprecated since PHP 5.5, and have been removed since PHP 7.0: https://secure.php.net/manual/en/mysqlinfo.api.choosing.phpWiND cannot be installed on current Debian stable (Stretch) :sob: