Hello!
I have a version of php 4.2.2 and still if i try to
socket_create()
i get: Call to undefined function: socket_create()
i guess that i have to recompile my php with some additional attributes but exactly how to do this on linux system?
Thanx
Just make sure when you compile, you do it with --enable-sockets
thank you for your replay!
But i don't know how to compile it at all?
Do i need some files, downloaded from php.net, maybe?
How did you install it the first time around?
I didn't, it was already there, it's not my server but i got the root access
Well, then you should read up on the install process. http://www.php.net/manual/en/installation.php
Good time to upgrade to 4.3.x too. 🙂