PHP Classes

error

Recommend this page to a friend!

      Port Scanner  >  All threads  >  error  >  (Un) Subscribe thread alerts  
Subject:error
Summary:Call to undefined function socket_create()
Messages:2
Author:Johan Nilis
Date:2005-01-10 21:06:34
Update:2005-01-10 22:18:20
 

 


  1. error   Reply   Report abuse  
Picture of Johan Nilis Johan Nilis - 2005-01-10 21:06:34
I get an error: "Call to undefined function socket_create()" when i run the script.
How can i solve this problem?

  2. Re: error   Reply   Report abuse  
Picture of Johan Nilis Johan Nilis - 2005-01-10 22:18:20 - In reply to message 1 from Johan Nilis
If you're using xampp for windows you have to put on the extension:
extension=php_sockets.dll
in php.ini (you can find it in \xampp\apache\bin)!