[packages/php/PHP_5_4] checked PDO_MYSQL_UNIX_ADDR state

glen glen at pld-linux.org
Thu Aug 2 01:18:21 CEST 2012


commit d07cf811f9651d12549041df804d982d30db1c9d
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Aug 2 02:17:18 2012 +0300

    checked PDO_MYSQL_UNIX_ADDR state
    
    mysql socket set with `mysql_config --socket` and if that is not
    sufficent, we set one with --with-mysql-sock as well

 php.spec | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/php.spec b/php.spec
index 9786c93..1898ea2 100644
--- a/php.spec
+++ b/php.spec
@@ -8,7 +8,6 @@
 # - dba: enable: --with-tcadb=DIR        DBA: Tokyo Cabinet abstract DB support
 # --with-libmbfl=DIR      MBSTRING: Use external libmbfl.  DIR is the libmbfl base install directory BUNDLED
 # --with-onig=DIR         MBSTRING: Use external oniguruma. DIR is the oniguruma install prefix.
-# - recheck: define PDO_MYSQL_UNIX_ADDR (ensure if's correct with mysql-libs and mysqlng)
 # - uses libvpx for webp support, should use libwebp-devel instead?
 # - fpm -qn check fails, as it still loads /etc/php/php.ini
 # - co-install with php 5.3:
@@ -2278,7 +2277,6 @@ cp -pf php_config.h.fpm main/php_config.h
 %{__make} -f Makefile.fpm
 ./sapi/fpm/php-fpm -n -m
 [ $(./sapi/fpm/php-fpm -n -m | grep cgi-fcgi) = "cgi-fcgi" ]
-
 %endif
 
 # CLI


More information about the pld-cvs-commit mailing list