This is almost surely a permissions problem. By default IIS will run as
a very low privileged user. I suggest in the IIS configuration you try
and run the vhost as your login user on the Windows machine and see what
happens.
Make sure your php.ini has fcgi.impersonate=1
Andi
> -Original Messa
"Elizabeth M Smith" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Take out the @ in front of fsockopen and see what the actual error is
> would be the first step - it's generally a good idea to have E_ALL on
> and all @ operators removed when trying to debug something
>
Thanks for
Evan Burkitt wrote:
> I have PHP 5.2.6 installed under Windows Server 2003 and IIS 6.0. I cannot
> get fsockopen() to succeed when run through IIS.
> I'm using this script:
> $host = "localhost";
> $port = "110";
> ?>
>
> Attempting to open socket on host '' at port
> ''
>
> $errno = 0;
> $
I have PHP 5.2.6 installed under Windows Server 2003 and IIS 6.0. I cannot
get fsockopen() to succeed when run through IIS.
I'm using this script:
Attempting to open socket on host '' at port
''
";
$fp = @fsockopen($host, $port, $errno, $errstr);
if ($fp) {
echo "Socket connection establis
dispersed fuzzball abbreviations arises similarity prerelease delights wired
finest
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php