[FLOW3-general] required PHP version for Flow 2.0?
Karsten Dambekalns
karsten at typo3.org
Fri Jan 11 09:11:51 CET 2013
Hi.
This has been answered, but again in english:
On 10.01.13 13:27, Daniel Moritz wrote:
> on the official download page for TYPO3 Flow 2.0 (
> http://flow.typo3.org/download.html) i can read that the supported PHP
> version is 5.3.2-5.4.x, but in the bootstrap.php of my Flow 2.0
> installation i found following lines:
>
> if (version_compare(PHP_VERSION, '5.4', '<') &&
> get_magic_quotes_gpc() === 1) {
Read the condition again :) If 5.3 is used, magic quotes need to be off.
PHP 5.4 no longer has magic quotes, so no check needed.
That is all, Flow works with 5.3 and 5.4.
Regards,
Karsten
--
Karsten Dambekalns
TYPO3 Core Developer, Neos / Flow Team
TYPO3 .... inspiring people to share!
Get involved: typo3.org
More information about the Flow
mailing list