From: foobar Date: Tue, 21 Nov 2000 11:07:50 +0000 (+0000) Subject: Fix bug #7034 X-Git-Tag: php-4.0.4RC3~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=358731195fd8d60e9e5e63d77430c96d32300412;p=php Fix bug #7034 --- diff --git a/ext/mysql/config.m4 b/ext/mysql/config.m4 index acf0bb6f65..5781c1dc5e 100644 --- a/ext/mysql/config.m4 +++ b/ext/mysql/config.m4 @@ -22,6 +22,7 @@ AC_DEFUN(PHP_MYSQL_SOCK,[ /var/run/mysqld/mysqld.sock \ /var/tmp/mysql.sock \ /var/lib/mysql/mysql.sock \ + /var/mysql/mysql.sock \ ; do if test -r $i; then MYSQL_SOCK=$i