phoboslab / Asaph

A micro-blogging system, focusing on collecting links and images
98 stars 21 forks source link

Upgrade to MySQLi extension for PHP7 compatibility #7

Open bugrakoc opened 5 years ago

bugrakoc commented 5 years ago

I made these changes couple years ago, finally got around to creating this pull request. I basically replaced the old mysql extension calls with the new mysqli. Granted, I was lazy and just used the procedural interface instead of OOP, nevertheless it works.