Image

Imageolithered wrote in Imagephp

sockets problem

I'm trying to host an application on a W2K platform, which previously worked fine on Linux. The PHP version is 4.3.8 in both cases.

To start with I had "undefined function" errors, but I have extracted the "php_sockets.dll" file and now get the following instead:

Notice: Use of undefined constant SOL_TCP...

The sockets reference says that the constant is defined in the extension.

It looks like the functions are recognised but not the constants!

Help?