justicenode / php-wol

PHP WakeOnLan Interface
GNU General Public License v3.0
33 stars 19 forks source link

Updated wake.php to support PHP7+ #9

Closed LoonyDo closed 4 years ago

LoonyDo commented 4 years ago

split()-function is deprecated in PHP7. Replaced by preg_split()-function.

justicenode commented 4 years ago

accepted another pull request that fixed this issue