From 698df80c438a5ed94b15592465fed37a2dd35a33 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Sun, 6 Mar 2016 12:30:43 +0100
Subject: [PATCH] General improvements

---
 tasks/php.yml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/tasks/php.yml b/tasks/php.yml
index 11f727f..c63eb18 100644
--- a/tasks/php.yml
+++ b/tasks/php.yml
@@ -1,6 +1,19 @@
 ---
 # file: roles/php/tasks/php.yml
 
+# TODO: optionally install PHP 5.3
+# http://aw1.aweb1.paragon-es.de/index.php
+
+# http://askubuntu.com/questions/462673/installing-php-5-3-in-ubuntu-14-04
+# apt-get purge php5 && sudo apt-get install libxml2-dev
+# wget http://in1.php.net/distributions/php-5.3.29.tar.bz2
+# tar -xvf php-5.3.29.tar.bz2
+# cd php-5.3.29
+# ./configure
+# make
+# make install
+
+
 - name: "PHP | Install required packages."
   apt:
     pkg={{ item }}
-- 
GitLab