mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- Fixed bug #26751 (PHP can't find the MySQL socket on a case sensitive file
system).
This commit is contained in:
parent
2e474e90c3
commit
0cfadb914c
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ AC_DEFUN(PHP_MYSQL_SOCKET_SEARCH, [
|
|||
/var/mysql/mysql.sock \
|
||||
/usr/local/mysql/var/mysql.sock \
|
||||
/Private/tmp/mysql.sock \
|
||||
/private/tmp/mysql.sock \
|
||||
/tmp/mysql.sock \
|
||||
; do
|
||||
if test -r $i; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue