Skip to content

Commit 1b4103c

Browse files
Yoshinari Takaokasmalyshev
authored andcommitted
- addressed bug #65159, Misleading configure help text for --with-mysql-sock
1 parent ba98458 commit 1b4103c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mysql/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ PHP_ARG_WITH(mysql, for MySQL support,
4545
mysqlnd the MySQL native driver will be used])
4646

4747
PHP_ARG_WITH(mysql-sock, for specified location of the MySQL UNIX socket,
48-
[ --with-mysql-sock[=DIR] MySQL/MySQLi/PDO_MYSQL: Location of the MySQL unix socket pointer.
48+
[ --with-mysql-sock[=SOCKPATH] MySQL/MySQLi/PDO_MYSQL: Location of the MySQL unix socket pointer.
4949
If unspecified, the default locations are searched], no, no)
5050

5151
if test -z "$PHP_ZLIB_DIR"; then

0 commit comments

Comments
 (0)