[FLOW3-general] required PHP version for Flow 2.0?
Kay Strobach
typo3 at kay-strobach.de
Thu Jan 10 13:31:26 CET 2013
Hallo Daniel,
die Prüfung ist versionsspezifisch, ab 5.4 ist diese Prüfung nicht mehr
nötig, da magic_quotes_gpc aus PHP entfernt wurde, FLOW 2.0 sollte auch
mit 5.3 laufen, allerdings würde ich dir die jeweils aktuellste 5.3 oder
5.4 empfehlen ;)
Grüße
Kay
Am 10.01.13 13:27, schrieb Daniel Moritz:
> 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
> **
--
http://www.kay-strobach.de - Open Source Rocks
TYPO3 .... inspiring people to share!
Get involved: http://typo3.org
Answer was useful - feel free to donate:
-
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KPM9NAV73VDF2
- https://flattr.com/profile/kaystrobach
More information about the FLOW3-general
mailing list