Commit:    1b4103c09d552c48275564c459122b67d34a9d1a
Author:    Yoshinari Takaoka <mum...@php.net>         Mon, 22 Jul 2013 02:33:56 
+0900
Committer: Stanislav Malyshev <s...@php.net>      Sun, 21 Jul 2013 23:12:54 
-0700
Parents:   ba984582db8e844a7821e7ce1b2a6bb7a4fac5ed
Branches:  PHP-5.4 PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=1b4103c09d552c48275564c459122b67d34a9d1a

Log:
- addressed bug #65159, Misleading configure help text for --with-mysql-sock

Bugs:
https://bugs.php.net/65159

Changed paths:
  M  ext/mysql/config.m4


Diff:
diff --git a/ext/mysql/config.m4 b/ext/mysql/config.m4
index 5968c43..998323d 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


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to