From 3f84ede6c11201a7b35ad5bebe652351075a0426 Mon Sep 17 00:00:00 2001 From: pookey Date: Tue, 17 Jul 2007 13:57:59 +0000 Subject: [PATCH] updating min PHP version --- manual/new/docs/en/getting-started.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/new/docs/en/getting-started.txt b/manual/new/docs/en/getting-started.txt index fe7d2c1e5..0f91c0bfb 100644 --- a/manual/new/docs/en/getting-started.txt +++ b/manual/new/docs/en/getting-started.txt @@ -1,5 +1,5 @@ ++ Requirements -Doctrine requires PHP >= 5.1. it doesn't require any external libraries. For database function call abstraction Doctrine uses PDO which is bundled with php by default. +Doctrine requires PHP >= 5.2. it doesn't require any external libraries. For database function call abstraction Doctrine uses PDO which is bundled with php by default. ++ Installation ++ Compiling