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.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 10, 2001 10:38 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] php-pws ques.
I have downloaded PHP 4.0.5 [738kb] CGI only version of PHP from the website
and installed it, making sure I select the PWS option during installation.
I
am attempting to follow the directions in the install.txt file (see below)
but I can't find "php.ini-dist" or "PWS-php4.reg". I have tested a test ASP
page which is working in the directory I wish to use, however my test PHP
page obtains an error, so I assume PHP is not enabled. What am I missing
here? I appreciate any help you can give me.
Thanks,
Eileen The directions from install.txt read:
PWS 4.0+ (CGI):
1. Copy the php.ini-dist to your systemroot (the directory where you
installed windows), rename it to php.ini, and
edit it to fit your needs
2. Edit the enclosed PWS-php4.reg file to reflect the location of your
php.exe.
--
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]
--
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]