I'm going to guess that this is the error she's getting with
Win98/PWS/PHP4.0.5 and 6:

"One of the library files needed to run this application cannot be
found."

I receive this error with both the CGI executable and the ISAPI
extension, with php.exe, php4ts.dll and/or php4isapi.dll in \windows,
\windows\system, and \php (the install folder), and the registry entry
pointing at any of the three.  I've tried all 12 combinations to no
avail.

Code: <?php phpinfo() ?>

Win98/OmniHTTPd/PHP4.0.5 and 6 has no problem with the CGI executable,
but if I can't get it working under PWS, there's no way my boss will
let  PHP be installed on the server, even though it's IIS.  I'd like to
go completely open source (Linux/Apache/PHP), but there's a long, hard
road ahead.  Can you help start the process?

Peace,
Vern DeHaven

--- "Schulz, Evan" <[EMAIL PROTECTED]> wrote:
> Eileen,
> The CGI-only version doesn't come with the 2 files you are looking
> for - the
> installer you ran did all of the stuff in the install.txt already for
> you as
> long as you chose PWS (which you said you did).  PHP is probably
> working -
> what error are you getting?  If it is something like "Undefined
> Variable"
> (which I suspect), when you installed PHP you chose the default error
> reporting.  Edit the C:\windows\php.ini and change "error_reporting"
> to
> something other than "E_ALL" - try "E_ALL & ~(E_NOTICE
> |E_USER_NOTICE)".
> There really isn't anything wrong with the code or PHP - its just
> that for
> debugging, PHP has E_ALL that tells you things you probably don't
> need to
> know (like a variable that isn't defined).
> 
> If I am off, and you aren't getting a "undefined variable" error,
> send some
> code for us to look at.


=====
Gravity is a wonderful bend of time.  Just ask someone who shreds.


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

-- 
PHP Windows 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