""Louis Solomon [SteelBytes]"" wrote in message
news:c66c95c4b9354b6681cf7cc24f8f0...@steelbytes.local...
> Hi,
>
> based on comments on http://windows.php.net/qa/ ...
>
> why is the VC9 build compiled to used the CRT as DLLs instead of static?
> yet I gather the VC6 isn't?
I'm sure they both
Sascha Meyer wrote:
there are three more things that you could check if you want to give IIS a
second try:
See my reply to Andi's post. Since the script works from the command
line I had to assume that the problem wasn't with PHP itself, but rather
the fact that it was being executed as IUS
Andi Gutmans wrote:
OK but how about trying your login user?
Ah. I finally figured out what you meant in your original reply: The
user and password used for anonymous access to the Web site. I entered
my own user name and password as the anonymous login in the Directory
Security / Authentica
Andi Gutmans wrote:
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.
I can't figure out "vhost" is, but I tried running
"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
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
At 23:34 03/31/2008, "Meir" <[EMAIL PROTECTED]> wrote:
To: php-windows@lists.php.net
Reply-To: "Meir" <[EMAIL PROTECTED]>
From: "Meir" <[EMAIL PROTECTED]>
Date: Tue, 1 Apr 2008 09:33:33 +0300
Subject: Re: compiling using vs 2005
"Evan Burk
Message-ID: <[EMAIL PROTECTED]>
To: php-windows@lists.php.net
Reply-To: "Meir" <[EMAIL PROTECTED]>
From: "Meir" <[EMAIL PROTECTED]>
Date: Sun, 30 Mar 2008 15:16:23 +0300
Subject: compiling using vs 2005
hello
i compiled php 5.2.5 with vs 2005 and every thing works fine on my computer
, but when
I'm using IIS 6.0 on Windows 2003 server. There is a POP3 server running on
the machine at port 110. When I run the following script in a browser (that
is, through IIS) it reports "Could not connect to localhost at port 110
($errno=12; $errstr=)". When I run it from a command prompt on the server