Skip to content
Snippets Groups Projects
Commit 50927d43 authored by jurgenhaas's avatar jurgenhaas
Browse files

Start preparing php 5.3 for fpm

parent 739e3f6d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment