From 50927d43d8f6e56b0c93194133ac300e87079203 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Mon, 28 Mar 2016 10:49:42 +0200 Subject: [PATCH] Start preparing php 5.3 for fpm --- tasks/php53.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tasks/php53.yml b/tasks/php53.yml index 4de3c75..3e471cb 100644 --- a/tasks/php53.yml +++ b/tasks/php53.yml @@ -8,6 +8,8 @@ with_items: - '/etc/php5/cli53/conf.d/' - '/etc/php5/cgi53/conf.d/' + - '/etc/php5/fpm/conf.d/' + - '/etc/php5/fpm/pool.d/' - name: "Check PHP 5.3 Requirement" shell: php --version @@ -37,7 +39,7 @@ - name: "Compile PHP 5.3" shell: "{{ item }} chdir=/tmp/php53/php-5.3.29" with_items: - - ./configure --with-libdir=/lib/x86_64-linux-gnu --enable-mbstring --enable-sockets --with-zlib --with-openssl=/usr --enable-zip --with-imap-ssl + - ./configure --with-libdir=/lib/x86_64-linux-gnu --enable-fpm --enable-mbstring --enable-sockets --with-zlib --with-openssl=/usr --enable-zip --with-imap-ssl - make - make install -- GitLab