Quote: |
And it works fine. I am now preparing the installer for the actual deployment of this solution and I am wondering why use an absolute path at all in the php.ini for this line? Is there any reason to do so? |
Yep, relative path is supported too.
Choise is yours. If you can't use absolute path, use relative.
Quote: |
It turns out that the "Automatically detect intranet network" setting in IE7 tries to do a NETBIOS lookup of localhost which causes the delay |
I noticed that in some cases Windows installs differently.
The file responsible for mapping localhost to 127.0.0.1 is %windir%\system32\drivers\etc\hosts but it may not contains such entry at all or may contain ::1 ipv6 address instead of 127.0.0.1 (ipv4). I'd recommend you to check hosts and add "127.0.0.1 localhost" if it is not there.
Also delays may be caused by "Internet connection status" which is checked even for the local host. Indeed, if your machine is connected to the internet through an ADSL modem and you're running browser while the machine is offline, browser will wait for "something" before connecting to your localhost.