[PHP-WIN] IIS7, php and extensions
by Martin other posts by this author
Oct 1 2006 11:45AM messages near this date
Re: [PHP-WIN] Reproducing bug 37448, any workaround?
|
Re: [PHP-WIN] IIS7, php and extensions
Hi,
I have intalled the RC1 of Windows Vista (x64) and I'm running IIS7.
However, when I try to use extensions with php (e.g. php_mysql.dll) they
are not loaded and displayed when I do phpinfo().
I did the following steps:
1. Install Vista and IIS7
2. extract php (C:\inetpub\php)
3. configure IIS to run 32 Bit applications.
4. add handler to *.php - files (php5isapi.dll)
5. configure ISAPI-restrictions
6. add C:\inetpub\php to path
7. edit php.ini to load extensions in dir ./ext/, uncomment
extension=php_mysql.dll
8. restart IIS
What am I doing wrong?
(I also tried an x64-version of php and had the same problems)
tia,
Martin
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thread:
Martin
Frank M. Kromann
|