wind-project / wind

WiND is a Web application for managing a database of wireless nodes.
GNU Affero General Public License v3.0
33 stars 31 forks source link

Compatibility with PHP 7? #84

Open mathieumd opened 6 years ago

mathieumd commented 6 years ago

Unfortunately, the code use mysql extension, instead of mysqli. It is deprecated since PHP 5.5, and have been removed since PHP 7.0: https://secure.php.net/manual/en/mysqlinfo.api.choosing.php

WiND cannot be installed on current Debian stable (Stretch) :sob:

jwmullally commented 7 months 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.