php-windows Digest 18 Apr 2006 14:06:05 -0000 Issue 2940
Topics (messages 26850 through 26850):
Re: Switching from Apache to IIS
26850 by: Aaron Kenney
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
Make sure you read everything at
http://us3.php.net/manual/en/print/install.windows.iis.php.
Do a manual installation to save yourself headaches down the road. The
windows installer works, but I've had to reconfigure some things to
make certain functions work. I also recommend using the ISAPI method
outlined in "To use the ISAPI module," as opposed to the CGI binary
method. The ISAPI method tends to be faster, even when your server
decides to be slower.
In the php.ini, you will need to uncomment 'extension=php_msql.dll' by
removing the semicolon in front of this line. I would recommend
uncommenting 'extension=php_ldap.dll' as well, just in case your
future script tends to be more Microsoft oriented. Also, I recommend
setting extension_dir = "C:\PHP\ext". In a Windows environment, I've
found that this directory works best for extensions since C:\PHP
should be in your PATH anyway.
-Aaron Kenney
On 4/17/06, Alf Stockton <[EMAIL PROTECTED]> wrote:
> One of my clients has decided, in their wisdom, to switch from Apache to
> IIS and I have a number of PHP/MSSQL/JAVASCRIPT programs running in that
> environment.
>
> Is there anything I should concern myself with in this switch?
>
> Of course if any reason the programs don't run under IIS it won't be
> that the configuration of IIS is at fault but rather my programs will be
> blamed, so I would rather be prepared.
>
> --
> Regards,
> Alf Stockton www.stockton.co.za
>
> Linux 2.6.12-10-386
>
> Lay on, MacDuff, and curs'd be him who first cries, "Hold, enough!".
> -- Shakespeare
> My email disclaimer is available at www.stockton.co.za/disclaimer.html
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--- End Message ---