diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-11-29 21:28:58 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-11-29 21:28:58 -0500 |
commit | 4bba5be037d4ce3ebaefedaac0d840bce9206551 (patch) | |
tree | 669a7f2d702281a8187171b7a7e95c043020356b /docs/faq.markdown | |
parent | dd9f1d6e1174db99bb609880f10f757149d465c0 (diff) |
Change minimum requirements and add FreeBSD installation guide
Diffstat (limited to 'docs/faq.markdown')
-rw-r--r-- | docs/faq.markdown | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/faq.markdown b/docs/faq.markdown index 2555c777..c8cc8406 100644 --- a/docs/faq.markdown +++ b/docs/faq.markdown @@ -45,13 +45,13 @@ The project [eAccelerator seems dead and not updated since 2012](https://github. We recommend to switch to the last version of PHP because it's bundled with [OPcache](http://php.net/manual/en/intro.opcache.php). -Why the minimum requirement is PHP 5.3.3 or 5.3.7? --------------------------------------------------- +Why the minimum requirement is PHP 5.3.7? +----------------------------------------- Kanboard use the function `password_hash()` to crypt passwords but it's available only for PHP >= 5.5. However, there is a backport for [older versions of PHP](https://github.com/ircmaxell/password_compat#requirements). -This library needs to have at least PHP 5.3.7 to work correctly (with Debian Wheezy, using PHP 5.3.3 should be fine). +This library require at least PHP 5.3.7 to work correctly. How to test Kanboard with the PHP built-in web server? |