Le 2015-08-10 19:02, Marc Delisle a écrit :
Hi,
is someone else testing PHP 7? I would like to confirm the following issue before reporting a bug to the PHP team.
I am not able to log in with any user account, when my host definition in config.inc.php is "localhost". No problem with 127.0.0.1. connect_type is "tcp".
And no problem with "localhost" under PHP 5.6.
My problem was that mysqli.default_socket was not defined in php.ini. A socket connection is always attempted when host is "localhost".
Currently everything runs smoothly under PHP 7.0.0-beta3 but I continue my tests.