mirror of
https://github.com/php/php-src.git
synced 2025-01-20 18:53:37 +08:00
Fix bug #7034
This commit is contained in:
parent
f5bf3c10fd
commit
358731195f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user