Bug #25880
Increase minimum PHP version
Start date:
2011-04-11
Due date:
% Done:
100%
Estimated time:
PHP Version:
Has patch:
Complexity:
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.
Updated by Mr. Hudson almost 10 years ago
Patch set 1 of change If935afa648afbf00d214a7948d7bc8d083d204f9 has been pushed to the review server.
It is available at http://review.typo3.org/1545
Updated by Mr. Hudson almost 10 years ago
Patch set 2 of change If935afa648afbf00d214a7948d7bc8d083d204f9 has been pushed to the review server.
It is available at http://review.typo3.org/1545
Updated by Mr. Hudson almost 10 years ago
Patch set 3 of change If935afa648afbf00d214a7948d7bc8d083d204f9 has been pushed to the review server.
It is available at http://review.typo3.org/1545
Updated by Bastian Waidelich almost 10 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Applied in changeset 318044a7450d57880c5f1a14ea1a013168322534.