OregonCore / AoWoW

Web-based Database Viewer for OregonCore 2.4.3
5 stars 26 forks source link

Broken under php 7 #2

Open Zaffy opened 8 years ago

Zaffy commented 8 years ago

AoWoW is not currently working with php version 7. Probably because of DbSimple that is currently used. It relies on old mysql_ functions that were deprecated and removed in php 7.

Solution could be using quite compatible mysqli_ functions instead or switching to another db interface.

ekzobam commented 8 years ago

After aowow will work stably, I will try to add support for php 7

kotishe commented 8 years ago

Need use pdo for it