Error message (Italian) : Errore
Estensione sockets non attiva.
Come fare:
- dirigetevi nella cartella php, se usate xampp: "xampp\php\php.ini"
- cercate la stringa ";extension=php_sockets.dll" e togliete il ; all'inizio.
- riavviate Apache.
Translated: Error
Extension sockets not active. How-to: - Head in the php folder, if you use xampp: "xampp \ php \ php.ini" - searching for the string "extension = php_sockets.dll" and remove the; beginning. - restart Apache.
I am using IIS, not XAMPP
Using IIS -> (32-bit: C: \ Program Files \ PHP \ v5.3 | 64-bit: C: \ Program Files (x86) \ PHP \ v5.3), open the php.ini file and add at the end "extension=php_sockets.dll."
Using Xampp ->C: \ xampp \ php \ php.ini and remove the ";" from "extension=php_curl.dll" which then become "extension = php_curl.dll"