I would think that is a permission problem. When you execute from the command line, you are executing with your user name and permissions. When you execute from within IIS, you are either executing it from IUSR_servername or IWAN_servername users... Which can or can't have rights to the dlls in question...

Check also with phpinfo() to acertain what extensions are installed, because you can have it installed in a directory but php.ini may have an incomplete configuration...

Just two ideas... hope to have been of help...

LF

Benjamin Walling wrote:

I set up the mssql extension.  I process a page from the command line (php
d:\websites\istatus\DispatchNav.php) and it reads from the SQL Server and
processes normally.  If I try the page from a browser, I get 'call to
undefined function: mssql_connect()'.  I have restarted IIS, and that did
not help.








-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to