Bug #25880

Increase minimum PHP version

Added by Bastian Waidelich over 4 years ago. Updated over 4 years ago.

Status:Resolved Start date:2011-04-11
Priority:Must have Due date:
Assigned To:Bastian Waidelich % Done:

100%

Category:Core
Target version:-
PHP Version: Complexity:
Has patch: Affected Flow version:

Description

Currently the MINIMUM_PHP_VERSION is set to '5.3.0RC2-dev' in the Bootstrap.
But we're calling \ReflectionMethod::setAccessible() in several places, which is only available with since PHP 5.3.2.

Associated revisions

Revision 318044a7
Added by Bastian Waidelich over 4 years ago

[+BUGFIX] Increase minimum PHP version to 5.3.2

Currently the MINIMUM_PHP_VERSION is set to '5.3.0RC2-dev' in
the Bootstrap.
But we're calling \ReflectionMethod::setAccessible() in several places,
which is only available with since PHP 5.3.2.

Change-Id: If935afa648afbf00d214a7948d7bc8d083d204f9
Fixes: #25880

History

#1 Updated by Mr. Hudson over 4 years ago

Patch set 1 of change If935afa648afbf00d214a7948d7bc8d083d204f9 has been pushed to the review server.
It is available at http://review.typo3.org/1545

#2 Updated by Mr. Hudson over 4 years ago

Patch set 2 of change If935afa648afbf00d214a7948d7bc8d083d204f9 has been pushed to the review server.
It is available at http://review.typo3.org/1545

#3 Updated by Mr. Hudson over 4 years ago

Patch set 3 of change If935afa648afbf00d214a7948d7bc8d083d204f9 has been pushed to the review server.
It is available at http://review.typo3.org/1545

#4 Updated by Bastian Waidelich over 4 years ago

  • Status changed from Accepted to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF