diff --git a/tasks/php.yml b/tasks/php.yml
index 11f727fd12541a97d1be41400eb41f7af3494fc6..c63eb18489dab44f35d04839bc96e65cb2e07381 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 }}