pklink / ppma

[INACTIVE] PHP Password Manager
BSD 3-Clause "New" or "Revised" License
62 stars 16 forks source link

Call to undefined function mysql_connect() #66

Closed ToeiRei closed 8 years ago

ToeiRei commented 8 years ago

When running the setup script, I had to start debugging to see what's going on.

mysql_connect was deprecated in PHP 5.5.0, and it was removed in PHP 7.0.0. Instead, the MySQLi or PDO_MySQL extension should be used.

Alternatives: mysqli_connect() PDO::__construct()

Environment: Apache PHP 7 ppma-0.5.1.tar.gz