Olá, estou cursando o treinamento de " I/O Trabalhando com arquivos e streams". Ao executar a função file_get_contests(), recebi o erro: "Warning: file_get_contents(http://swapi.co/api/films/4/): Failed to open stream: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? "
Eu verifiquei algumas dicas no fórum, já descomentei as linhas ";extension=openssl" e a linha "extension_dir = "ext" " mas ainda sim não funcionou. O que mais eu poderia fazer?