PHP cmdline issues - Win + Cygwin
Hmph!!
I've taken to using PHP for general scripting, and it's been working pretty well, but now something's happened & I can't quite figure out what's going on.
Here's the crux: If I run a script from anywhere but the directoy it resides in, I get: "Could not open input file: <fully qualified filename>."
I'm running PHP 4.3.11, cygwin latest (just upgraded, again, to check), from a tcsh shell, script starts with:
#! /usr/local/bin/php
Which is where my php is installed. It runs great from the script-local directory, won't run from anywhere else.
Anybody have a clue on this?
Thanx,
|