I was about to install the Kriby CMS, which lists four required php modules: mbstring, curl, ctype and gd. In the PHP manualcurl 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.
I was about to install the Kriby CMS, which lists four required php modules:
mbstring
,curl
,ctype
andgd
. In the PHP manualcurl
andctype
are not listed. First I was worried, but then I checked the output ofphpinfo();
(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.