>I just installed php 4.0.4, works fine with a <?PHPINFO()?>, BUT, after
>running it, I can no longer run any .ASP pages.  Anything I try to run an
>ASP page that accesses our SQL server7 database, it pops up just some
>numbers at the top of the screen, no results are show.  I have to restart
>the web server to clear it up, and then it works until I run a PHP page.
>any ideas?

I suspect you have installed the ISAPI version of PHP, for which there is
the following warning in the readme:
'...please note that the ISAPI module is *NOT* yet considered to be
production quality...'

While the ISAPI module seems to work well on some systems it does not on
others. If we could work out why, I think we'd all be a lot happier, but in
the meantime, if you move over to a CGI installation (change references in
the management console from php4isapi.dll to php.exe, and remove the module
from your isapi filters list) you will find that it proves extremely
reliable.

Cheers
--
Phil Driscoll
Dial Solutions
+44 (0)113 294 5112
http://www.dialsolutions.com
http://www.dtonline.org


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to