[EMAIL PROTECTED] (Joshua Groboski) wrote: >I seem to be unable to track down my problem. In my php.ini I have set >extension_dir = c:\php\extensions > >I confirmed that the dll files are there and adequately permissioned >(everyone >has full control). > >When I enable extension=php_mssql.dll my webserver hangs.
It's not easy, try to catch the problem... - double and triple check your installation by reading the manual at www.php.net/install.windows and www.php.net/mssql (don't forget the user notes), use phpinfo(), set error level to the maximum value, including startup errors, restart your webserver. - search http://bugs.php.net for similar bug reports (also closed ones, there may be valuable info in the texts) - don't fire a new one as long as you're not shure it's really a php bug. - if you have a ISAPI setup, you might give CGI a try, or reverse - try another php version (4.2.3 or one from http://snaps.php.net) - ask again... hope you don't need to... Christoph -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php