Closed ToeiRei closed 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
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