And how did you commented? Just added ; in front of the line?
I keep getting this error when ever I try to un comment extension in php.ini
I was trying to enable the curl extension because composer requiring it , so I open php.ini file and removed the curl extension from comments by removing the semicolon line but when I ran "php -m" it gave me this error "PHP Warning: PHP Startup: Unable to load dynamic library 'curl' (tried: /usr/lib/php/20210902/curl (/usr/lib/php/20210902/curl: cannot open shared object file: No such file or directory), /usr/lib/php/20210902/curl.so (/usr/lib/php/20210902/curl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 "
OK I solved it, by commenting the extension again and typing the command "sudo apt-get install php-curl"
Please or to participate in this conversation.