php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #47197 Configuration option --with-mysql-sock is ignored
Submitted: 2009-01-23 10:58 UTC Modified: 2009-01-27 05:33 UTC
From: coreync at gmail dot com Assigned:
Status: Closed Package: MySQL related
PHP Version: 5.2.8 OS: Centos 5.2
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: coreync at gmail dot com
New email:
PHP Version: OS:

 

 [2009-01-23 10:58 UTC] coreync at gmail dot com
Description:
------------
As seen in this phpinfo file:  http://friendcodes.com/info.php

When using --with-mysql-sock=/var/lib/mysql/mysql.sock as a configure tag, php still uses the server's mysql default socket location (scroll down to mysql section in the phpinfo).

Expected result:
----------------
I expected php to pass the socket location entered during configure to the mysql client.

Actual result:
--------------
Did not pass the socket location to the mysql client.  Resolved by creating a symbolic link.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-01-27 05:33 UTC] coreync at gmail dot com
The link to the php info is no longer relevant to this bug (I recompiled mysql to point to the same location as my php configuration).

Closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 04:01:34 2024 UTC