Edit report at http://bugs.php.net/bug.php?id=52759&edit=1
ID: 52759 Comment by: songchongzhan at gmail dot com Reported by: songchongzhan at gmail dot com Summary: mysqlnd do not support named pipe on windows Status: Duplicate Type: Feature/Change Request Package: MySQLi related Operating System: Windows PHP Version: 5.3.3 Block user comment: N New Comment: Thanks,aharvey! I tried to compile it on windows using option --without-mysqlnd, it works by using mysql lib 50051, but not stable, in some case it can't get assoc result correctly. When I using mysql 5.5.3 lib, it has error: Creating library Release_TS\php5ts.lib and object Release_TS\php5ts.exp mysqli.obj : error LNK2001: unresolved external symbol _client_errors Release_TS\php5ts.dll : fatal error LNK1120: 1 unresolved externals NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN \cl.exe"' : return code '0x2' Stop. I don't know it is mysql lib or php problem. Previous Comments: ------------------------------------------------------------------------ [2010-09-01 10:06:21] ahar...@php.net This is request #48082, which is being worked on. ------------------------------------------------------------------------ [2010-09-01 10:00:40] songchongzhan at gmail dot com Description: ------------ MySQLi using persistent connect, when there are a lot of connection come at the same time, the persistent connection will arise, like 1000 persistent connections, but after some time, the number of connection will not reduce automatically when there is not more request. And then I want to connect to mysql using named pipe on windows, the php5.3.3 does not support. I think php should enable named pipe connection to mysql on windows. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=52759&edit=1