]> git.mxchange.org Git - friendica.git/commit
Fix Apache instructions and PHP extension list
authorBen Millwood <thebenmachine+git@gmail.com>
Mon, 14 Oct 2024 22:32:54 +0000 (23:32 +0100)
committerBen Millwood <thebenmachine+git@gmail.com>
Mon, 14 Oct 2024 22:36:37 +0000 (23:36 +0100)
commit6bd73ea66ca7d3884111559742a500579f22a271
tree2a753a044c4cbff1bc51da27fc9c3e83410ac573
parent434aa1b1743ce5d6412e5534cb4003c551a140ba
Fix Apache instructions and PHP extension list

For the Apache instruction, the Options directive does exist, but it's
not the one that controls .htaccess usage, that's AllowOverride.

For the PHP module, correct mbstrings to mbstring and remove hash, since
the [hash extension][1] has been included in PHP since 5.1.2, and is core
since PHP 7.4, both of which are above the minimum Friendica version.

[1]: https://www.php.net/manual/en/hash.installation.php
doc/Install.md