Hello
I compile php4.0.3p1 on IRIX 6.5
I have 2 errors when compiling fopen-wrappers.c:
"fopen-wrappers.c", line 472: error(1020): identifier "SOCK_STREAM" is
undefined
*socketd = php_hostconnect(resource->host, resource->port, SOCK_STREAM, 0);
^
"fopen-wrappers.c", line 628: error(1020): identifier "SOCK_STREAM" is
undefined
*socketd = php_hostconnect(resource->host, resource->port, SOCK_STREAM, 0);
Thanks to help me resolve this problem.