php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #52759 mysqlnd do not support named pipe on windows
Submitted: 2010-09-01 10:00 UTC Modified: 2010-09-01 10:06 UTC
From: songchongzhan at gmail dot com Assigned:
Status: Duplicate Package: MySQLi related
PHP Version: 5.3.3 OS: Windows
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
49 + 1 = ?
Subscribe to this entry?

 
 [2010-09-01 10:00 UTC] 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.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-09-01 10:06 UTC] aharvey@php.net
-Status: Open +Status: Duplicate
 [2010-09-01 10:06 UTC] aharvey@php.net
This is request #48082, which is being worked on.
 [2010-09-01 11:16 UTC] songchongzhan at gmail dot com
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.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 14:01:30 2024 UTC