Hi All
another relative Newbie I'm afraid. Though I have been using basic php successfully for a while.
BUT when I tried to use the socket functions I found they were not enabled (php 4. x). So in the php.ini I added the line extension=php_sockets.dll and put php_sockets.dll in the extensions folder.
Is this right?
Because php now does not work AT ALL, even old stuff that worked before. And cannot even create a socket.
Processor usage jumps to 100%.
I installed from phpTriad and am running under Windows 98.
Any ideas?
I got the php_sockets.dll from http://kromann.info/php4.php
David Stearne