From f9d70fa9da3a11f02436d39f9c8912b89e1bc7f3 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Tue, 25 Sep 2012 01:02:22 +0300 Subject: [PATCH 1/2] Set minimum PHP version to 5.3.6 The new charset option in the DSN in supported only since 5.3.6 --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 0fb05ff5231..1846272051a 100644 --- a/build.xml +++ b/build.xml @@ -74,7 +74,7 @@ - - + From 7db57e712f12d09c35f1ab06f2d60a12d4fb5485 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Tue, 25 Sep 2012 01:04:07 +0300 Subject: [PATCH 2/2] Set minimum PHP version to 5.3.6 See https://bugs.php.net/bug.php?id=47802 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 65f143c1c28..617f95c9fc2 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ {"name": "Jonathan Wage", "email": "jonwage@gmail.com"} ], "require": { - "php": ">=5.3.2", + "php": ">=5.3.6", "doctrine/common": ">=2.3-dev,<2.5-dev" }, "autoload": {