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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: songchongzhan at gmail dot com
New email:
PHP Version: OS:

 

 [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: Thu Apr 18 23:01:27 2024 UTC