Thanks for that ... using ISAPI instead of CGI worked first time. However
(there is always a however, aint there?), PHP executes the pages OK, but at
the bottom of each page, I receive this message:
"PHP has encountered an Access Violation at 010173CD"
Anyone else? Permissions, perhaps?
"Frank M
Steve Browne wrote:
You should be using php-cgi.exe. You could also follow the directions on
how to run it as an ISAPI module.
The same thing happens on my computer running Windows XP and trying to
use php.exe. I'm not even sure this is an error though. The
documentation hasn't really been updated
Ahh ok, nice to know. Hah, I feel stupid now.
-Original Message-
From: Frank M. Kromann [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 14, 2004 9:53 AM
To: Steve Browne
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] Re: PHP 5.0.0 Released!
php.exe is the CLI (Command Line Interface
php.exe is the CLI (Command Line Interface) version of PHP. It is designed
to run scripts without the webserver, and errors and other output will not
include HTML tags.
Having the php.ini file in the php folder has been possible since 4.0.x or
so, as long as you are running CGI. The ISAPI version
You should be using php-cgi.exe. You could also follow the directions on
how to run it as an ISAPI module.
The same thing happens on my computer running Windows XP and trying to
use php.exe. I'm not even sure this is an error though. The
documentation hasn't really been updated for PHP5 as far as