aaP_ronywisnuwardana I'm trying to install the gmp extension for php 7.4 but get the error "GNU MP Library version 4.2 or greater required". Another problem is in the pspell extension with the error "Cannot find pspell". Hope it will be fixed soon
aaPanel_thisyear aaP_ronywisnuwardana Hello, what system is your server? If it is Ubuntu or Debian, try the following command to install the dependency and try again. sudo apt-get install php7. 2-pspell -y
aaP_ronywisnuwardana aaPanel_thisyear Ok, I have installed it manually, but how do I enable it in php.ini? What should be in the "extension=" ? When i tried "extension=php_gmp.so" or "extension=gmp.so" or "extension=gmp" nothing worked. It says "Unable to load dynamic library......"