Skip to content

Commit e55d7be

Browse files
committed
update readme
1 parent 1c9b1bf commit e55d7be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Unzip the contents of the distribution package anywhere in your hard drive. By d
8787

8888
**Important:** If your application uses APC, Memcached, WinCache, XCache, or a filesystem cache, clear all cache entries first before overwriting an older version of the framework with a new one.
8989

90-
Make sure you're running the right version of PHP. F3 does not support versions earlier than PHP 5.6. You'll be getting syntax errors (false positives) all over the place because new language constructs and closures/anonymous functions are not supported by outdated PHP versions. To find out, open your console (`bash` shell on GNU/Linux, or `cmd.exe` on Windows):-
90+
Make sure you're running the right version of PHP. F3 does not support versions earlier than PHP 7.2. You'll be getting syntax errors (false positives) all over the place because new language constructs and closures/anonymous functions are not supported by outdated PHP versions. To find out, open your console (`bash` shell on GNU/Linux, or `cmd.exe` on Windows):-
9191

9292
```
9393
/path/to/php -v
@@ -96,13 +96,13 @@ Make sure you're running the right version of PHP. F3 does not support versions
9696
PHP will let you know which particular version you're running and you should get something that looks similar to this:-
9797

9898
```
99-
PHP 7.4.12 (cli) (built: Nov 30 2020 13:28:43) ( NTS )
99+
PHP 7.4.21 (cli) (built: Jul 27 2021 15:56:07) ( NTS )
100100
Copyright (c) The PHP Group
101101
Zend Engine v3.4.0, Copyright (c) Zend Technologies
102102
with Xdebug v2.9.8, Copyright (c) 2002-2020, by Derick Rethans
103103
```
104104

105-
Upgrade if necessary and come back here if you've made the jump to PHP 7.4 or a later release. Fatfree needs at least PHP 5.6 to function. If you need a hosting service provider, try one of these services:
105+
Upgrade if necessary and come back here if you've made the jump to PHP 7.4 or a later release. Fatfree needs at least PHP 7.2 to function. If you need a hosting service provider, try one of these services:
106106

107107
* [DreamHost](http://www.dreamhost.com/r.cgi?665472)
108108
* [Hostek](http://hostek.com/aff.php?aff=364&plat=L)

0 commit comments

Comments
 (0)