Hi, I am running windows XP and i installed an Apache webserver to help me test my php. Unfortunately, the code I am trying to write uses socket functions, and I keep getting an error that says the function is undeclared. But this can't be right, because I have changed the php.ini file to include php_sockets.dll, as well as enabled dl() and even made sure the extension dir was right (though by default it is on ./ whereas my extensions are in c:\php4\extensions). I read that you might have to recompile php4, but i don't believe I did that in the first place so what could it possibly be?