Uberspace / manual

This manual documents how to use the basic features of Uberspace 7.
https://manual.uberspace.de/
Other
51 stars 111 forks source link

Update the list of enabled php modules/extensions #426

Closed Emaro closed 2 years ago

Emaro commented 2 years ago

I was about to install the Kriby CMS, which lists four required php modules: mbstring, curl, ctype and gd. In the PHP manual curl and ctype are not listed. First I was worried, but then I checked the output of phpinfo(); (using PHP 8.0). There, it says, that all four required modules are enabled.

I don't know if only the two modules I mentioned are missing, but I suggest that you update the provided PHP modules/extensions in the documentation.

noave commented 2 years ago

I updated the list: https://github.com/Uberspace/manual/pull/435