diff options
| author | Yoshinari Takaoka <mumumu@php.net> | 2013-07-22 02:33:56 +0900 |
|---|---|---|
| committer | Stanislav Malyshev <stas@php.net> | 2013-07-21 23:12:54 -0700 |
| commit | 1b4103c09d552c48275564c459122b67d34a9d1a (patch) | |
| tree | ffea7f4c6bb5bb7b6d5d5d7cdb300ce5bb3ef0aa /ext | |
| parent | ba984582db8e844a7821e7ce1b2a6bb7a4fac5ed (diff) | |
| download | php-git-1b4103c09d552c48275564c459122b67d34a9d1a.tar.gz | |
- addressed bug #65159, Misleading configure help text for --with-mysql-sock
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/mysql/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysql/config.m4 b/ext/mysql/config.m4 index 5968c43346..998323d7c4 100644 --- a/ext/mysql/config.m4 +++ b/ext/mysql/config.m4 @@ -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 |
