- Fixed bug #26751 (PHP can't find the MySQL socket on a case sensitive file

system).
This commit is contained in:
Derick Rethans 2003-12-31 11:27:52 +00:00
parent 2e474e90c3
commit 0cfadb914c

View file

@ -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