From 7991cd6710a87e95c7ffed7ffbad7f8baa2efe1c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaime=20P=C3=A9rez=20Crespo?= <jaime.perez@uninett.no>
Date: Tue, 19 Nov 2013 16:06:40 +0000
Subject: [PATCH] Documentation updated to reflect PHP 5.3 requirement.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3296 44740490-163a-0410-bde0-09ae8108e29a
---
 docs/simplesamlphp-install.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/simplesamlphp-install.txt b/docs/simplesamlphp-install.txt
index e001f6ecc..375b5ccf4 100644
--- a/docs/simplesamlphp-install.txt
+++ b/docs/simplesamlphp-install.txt
@@ -33,7 +33,7 @@ Prerequisites
 -------------
 
  * Some webserver capable of executing PHP scripts.
- * PHP version >= 5.2.0.
+ * PHP version >= 5.3.0.
  * Support for the following PHP extensions:
    * Always required: `date`, `dom`, `hash`, `libxml`, `openssl`, `pcre`, `SPL`, `zlib`, `mcrypt`
    * When authenticating against LDAP server: `ldap`
-- 
GitLab