[PHP-DEV] access violation on the simplest scripts From: Daniel Wilson (dwils865 <email protected>)
Date: 02/25/00

I am writing extremely simple scripts to get started. When I run them
on the commnad line -- php MyScript.php -- they work fine. But when
my www server invokes php, php.exe throws an access violation.

I am running PHP4Beta, NT Workstation 4.0 SP5, and OmniHTTPd 2.06.
The TraceLog shows this line:
158.158.160.20 [22/Feb/2000:10:21:07 -0500] (130) [Standard CGI
Launch] WorkPath: d:\public_http\php CmdLine: "c:\program
files\php\php.exe" "d:\public_http\php\static.php" Args: Path Info:
/php/static.php

The script below is one that has this problem. Thanks for your help.
<HTML>

This document is entirelye static.<BR>

</HTML>

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>