]> granicus.if.org Git - php/commitdiff
- MFH: Fixed bug #26751 (PHP can't find the MySQL socket on a case sensitive
authorDerick Rethans <derick@php.net>
Wed, 31 Dec 2003 11:28:39 +0000 (11:28 +0000)
committerDerick Rethans <derick@php.net>
Wed, 31 Dec 2003 11:28:39 +0000 (11:28 +0000)
  file system).

NEWS
ext/mysql/config.m4

diff --git a/NEWS b/NEWS
index b2cc3fb9c272eb0175e04c7aa031c241db451aa8..98a86db114c7377e0569da549565d75a460e8613 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,8 @@ PHP 4                                                                      NEWS
 - Added a warning when creating temp stream fails with ftp_(n)list(). (Sara)
 - Fixed header handler in NSAPI SAPI module (header->replace was ignored,
   send_default_content_type now sends value from php.ini). (Uwe Schindler)
+- Fixed bug #26751 (PHP can't find the MySQL socket on a case sensitive file
+  system). (Derick)
 - Fixed Bug #26703 (Certain characters inside strings incorrectly treated as
   keywords). (vrana [at] php [dot] net, Ilia)
 - Fixed bug #26667 (Added safety checks to ip2long()). (Ilia)
index 95c40b898279966c3e5742354f2e597fca75ff43..0bd79cc7a3b9877a0161c14cce16e9741a95d8ae 100644 (file)
@@ -26,6 +26,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