> Erreur fsockopen sur http et configuration de phpUn script php utilisant les sockets et la fonction fsockopen vous renvoie le message d'erreur suivant :
Warning: fsockopen() [function.fsockopen]: unable to connect to http://www.url.com:80 (Unable to find the socket transport "http" - did you forget to enable it when you configured PHP?) in /home/user/www/script.php on line 10 Unable to find the socket transport "http" - did you forget to enable it when you configured PHP? (-1219394776)
Cela se r?soud en modifiant le php.ini avec Allow_url_fopen = on
retour