From b8939da2425eb96dff26dbf51d6ead01fbb4901a Mon Sep 17 00:00:00 2001 From: Nicofuma Date: Tue, 3 Feb 2015 17:23:11 +0100 Subject: [ticket/13407] Bump minimal version to php 5.3.9 PHPBB3-13407 --- phpBB/common.php | 2 +- phpBB/composer.json | 2 +- phpBB/config/default/container/services.yml | 6 +++--- phpBB/docs/INSTALL.html | 2 +- phpBB/docs/README.html | 4 ++-- phpBB/install/index.php | 4 ++-- phpBB/install/install_install.php | 2 +- phpBB/language/en/install.php | 4 ++-- phpBB/phpbb/composer.json | 2 +- 9 files changed, 14 insertions(+), 14 deletions(-) (limited to 'phpBB') diff --git a/phpBB/common.php b/phpBB/common.php index e6c2352113..e819c75efc 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -12,7 +12,7 @@ */ /** -* Minimum Requirement: PHP 5.3.3 +* Minimum Requirement: PHP 5.3.9 */ if (!defined('IN_PHPBB')) diff --git a/phpBB/composer.json b/phpBB/composer.json index 228258a741..dcb4000d34 100644 --- a/phpBB/composer.json +++ b/phpBB/composer.json @@ -25,7 +25,7 @@ "phpbb/phpbb-core": "self.version" }, "require": { - "php": ">=5.3.3", + "php": ">=5.3.9", "lusitanian/oauth": "0.2.*", "patchwork/utf8": "1.1.*", "symfony/config": "2.7.*@dev", diff --git a/phpBB/config/default/container/services.yml b/phpBB/config/default/container/services.yml index aa9e7abddf..c376726b3b 100644 --- a/phpBB/config/default/container/services.yml +++ b/phpBB/config/default/container/services.yml @@ -167,6 +167,9 @@ services: class: Symfony\Component\HttpKernel\EventListener\RouterListener arguments: - @router + - null + - null + - @request_stack tags: - { name: kernel.event_subscriber } @@ -176,9 +179,6 @@ services: class: phpbb\symfony_request arguments: - @request - - null - - null - - @request_stack request_stack: class: Symfony\Component\HttpFoundation\RequestStack diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index 273df92cb5..15d45dd1db 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -141,7 +141,7 @@
  • Oracle
  • -
  • PHP 5.3.3+ with support for the database you intend to use.
  • +
  • PHP 5.3.9+ with support for the database you intend to use.
  • The following PHP modules are required: