From: Ludovic CHEVALIER Date: Wed, 17 Apr 2013 07:57:04 +0000 (+0200) Subject: Modifications: etc/sv/php5-fpm/configure.sh - Installation et conf de mysqli et pdo X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=commitdiff_plain;h=24a51b59fbeca7d8c49e71427aa0ed2a9d0f2701 Modifications: etc/sv/php5-fpm/configure.sh - Installation et conf de mysqli et pdo --- diff --git a/etc/php5/fpm/php.ini b/etc/php5/fpm/php.ini index 77f6a06..7d8be56 100644 --- a/etc/php5/fpm/php.ini +++ b/etc/php5/fpm/php.ini @@ -128,6 +128,8 @@ error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT error_log = syslog expose_php = On extension = apc.so +extension = pdo.so +extension = pdo_mysql.so ;extension_dir = file_uploads = On html_errors = On diff --git a/etc/sv/php5-fpm/configure.sh b/etc/sv/php5-fpm/configure.sh index 44d5489..fae43fb 100644 --- a/etc/sv/php5-fpm/configure.sh +++ b/etc/sv/php5-fpm/configure.sh @@ -1,4 +1,4 @@ -rule apt_get_install php5-fpm php-apc +rule apt_get_install php5-fpm php-apc php5-mysql rule insserv_remove php5-fpm rule www_configure