Quando eu abro o prompt e o shell interativo com o "php -a" e rodo o seguinte comando:
echo file_get_contents('http://swapi.co/api/films/4/');
Então sou notificado com o seguinte 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? in php shell code on line 1
P.S: O meu PHP é o 7.4