[FLOW3-general] required PHP version for Flow 2.0?

Daniel Moritz daniel.moritz at wfp2.com
Thu Jan 10 13:27:41 CET 2013


Hi list,

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) {
             echo('Flow requires the PHP setting "magic_quotes_gpc" set 
to Off. (Error #1224003190)');
             exit(1);
         }

(line 556-559)

What is right?
Runs Flow 2.0 also on Machines with PHP as from version 5.3.2 or is 
version 5.4 required?

Thank you in advance
Daniel
**


More information about the FLOW3-general mailing list