theintencity / php-sip

Automatically exported from code.google.com/p/php-sip
2 stars 1 forks source link

socket_create function missing #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I receive this error when I try to run any functions from this library.

Original issue reported on code.google.com by ecad...@gmail.com on 8 Mar 2011 at 4:28

GoogleCodeExporter commented 9 years ago
'socket_create' is a standard PHP function - 
http://uk2.php.net/manual/en/function.socket-create.php

If you are getting this error, it must be missing/disabled in your environment.

Original comment by level7systems@googlemail.com on 8 Mar 2011 at 4:43

GoogleCodeExporter commented 9 years ago
If you are using WAMPSERVER or any other server, change setting of of the server
php->PHP Extension->PHP_Socktes
enable this file and restart the server.

Original comment by arhamali...@gmail.com on 6 Sep 2011 at 8:05