php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #65159 Misleading configure help text for --with-mysql-sock
Submitted: 2013-06-28 14:42 UTC Modified: 2013-07-22 06:15 UTC
From: tom dot lake at glossa dot co dot uk Assigned: stas (profile)
Status: Closed Package: PHP options/info functions
PHP Version: 5.5.0 OS: Linux Fedora 18
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: tom dot lake at glossa dot co dot uk
New email:
PHP Version: OS:

 

 [2013-06-28 14:42 UTC] tom dot lake at glossa dot co dot uk
Description:
------------
./configure --help 

produces 

  --with-mysql-sock=DIR   MySQL/MySQLi/PDO_MYSQL: Location of the MySQL unix soc
ket pointer.


The use of DIR is misleading. Please change DIR to SOCK.



Test script:
---------------
./configure --help | grep with-mysql-sock

Expected result:
----------------
  --with-mysql-sock=SOCK   MySQL/MySQLi/PDO_MYSQL: Location of the MySQL unix soc
ket pointer.

Actual result:
--------------
  --with-mysql-sock=DIR   MySQL/MySQLi/PDO_MYSQL: Location of the MySQL unix soc
ket pointer.

Patches

Pull Requests

Pull requests:

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-07-22 06:15 UTC] stas@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: stas
 [2013-07-22 06:15 UTC] stas@php.net
The fix for this bug has been committed.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.

fixed by 1b4103c09d552c48275564c459122b67d34a9d1a in 5.4
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Jun 07 10:01:26 2025 UTC