php-windows | 2001051
Date: 05/10/01
- Next message: Walter: "[PHP-WIN] NT local server does not see php"
- Previous message: Adaran (Marc E. Brinkmann): "Re: [PHP-WIN] why mysql_connect crashes in Windows"
- Maybe in reply to: SBozarth <email protected>: "[PHP-WIN] php-pws ques."
- Next in thread: Vern DeHaven: "RE: [PHP-WIN] php-pws ques."
- Reply: Vern DeHaven: "RE: [PHP-WIN] php-pws ques."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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: SBozarth <email protected> [mailto:SBozarth <email protected>]
Sent: Thursday, May 10, 2001 10:38 AM
To: php-windows <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: php-windows-unsubscribe <email protected> For additional commands, e-mail: php-windows-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-windows-unsubscribe <email protected> For additional commands, e-mail: php-windows-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Walter: "[PHP-WIN] NT local server does not see php"
- Previous message: Adaran (Marc E. Brinkmann): "Re: [PHP-WIN] why mysql_connect crashes in Windows"
- Maybe in reply to: SBozarth <email protected>: "[PHP-WIN] php-pws ques."
- Next in thread: Vern DeHaven: "RE: [PHP-WIN] php-pws ques."
- Reply: Vern DeHaven: "RE: [PHP-WIN] php-pws ques."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

