mirror of
https://github.com/php/php-src.git
synced 2026-04-18 05:21:02 +02:00
Unix uses "127.0.0.1" as default host for named pipes, while when using Windows a "." is required as host by mysqlnd. (This can be seen at mysqlnd.c (line 945 or searching #ifndef PHP_WIN32)