derick          Wed Dec 31 06:27:53 2003 EDT

  Modified files:              
    /php-src/ext/mysql  config.m4 
  Log:
  - Fixed bug #26751 (PHP can't find the MySQL socket on a case sensitive file
    system).
  
  
Index: php-src/ext/mysql/config.m4
diff -u php-src/ext/mysql/config.m4:1.60 php-src/ext/mysql/config.m4:1.61
--- php-src/ext/mysql/config.m4:1.60    Sun Dec  7 10:39:56 2003
+++ php-src/ext/mysql/config.m4 Wed Dec 31 06:27:52 2003
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.60 2003/12/07 15:39:56 helly Exp $
+dnl $Id: config.m4,v 1.61 2003/12/31 11:27:52 derick Exp $
 dnl
 
 AC_DEFUN(MYSQL_LIB_CHK, [
@@ -21,6 +21,7 @@
     /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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to