]> granicus.if.org Git - php/commitdiff
- addressed bug #65159, Misleading configure help text for --with-mysql-sock
authorYoshinari Takaoka <mumumu@php.net>
Sun, 21 Jul 2013 17:33:56 +0000 (02:33 +0900)
committerStanislav Malyshev <stas@php.net>
Mon, 22 Jul 2013 06:12:54 +0000 (23:12 -0700)
ext/mysql/config.m4

index 5968c43346aedc85767315f591216c20efa1922c..998323d7c4af76e1f13438124e7b8cdfd4af8bf1 100644 (file)
@@ -45,7 +45,7 @@ PHP_ARG_WITH(mysql, for MySQL support,
                           mysqlnd the MySQL native driver will be used])
 
 PHP_ARG_WITH(mysql-sock, for specified location of the MySQL UNIX socket,
-[  --with-mysql-sock[=DIR]   MySQL/MySQLi/PDO_MYSQL: Location of the MySQL unix socket pointer.
+[  --with-mysql-sock[=SOCKPATH]   MySQL/MySQLi/PDO_MYSQL: Location of the MySQL unix socket pointer.
                             If unspecified, the default locations are searched], no, no)
 
 if test -z "$PHP_ZLIB_DIR"; then