I have a php file that i want to pars something from wiki.
The code is:
file_get_contents("https://en.wikipedia.org/w/api.php?format=json&action=parse");
I constantly get the error:
file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP?
By searchin google I finde a lot of commets telling "you have to activate or uncoment openssl_extension in wamp."
This is clearly activated:
SEE Screenshot that proofs this is activated
Can someone help me to get rid of this error?