Modifications: etc/sv/php5-fpm/configure.sh - Installation et conf de mysqli et pdo
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Wed, 17 Apr 2013 07:57:04 +0000 (09:57 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Wed, 17 Apr 2013 08:40:26 +0000 (10:40 +0200)
etc/php5/fpm/php.ini
etc/sv/php5-fpm/configure.sh

index 77f6a06..7d8be56 100644 (file)
@@ -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
index 44d5489..fae43fb 100644 (file)
@@ -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