Marek Kilimajer wrote:

cli php uses path relative to your current directory, cgi php uses path relative to the executing script.

That IS interesting. That would explain why:

php /var/www/myproject/util/my-cli-script.php

... will break unless I execute it from that same directory.

I used to be able to do that from anywhere, though - that's why I passed the full path to the script. So it's got to be some configuration that's different, or that this behavior has changed.

/Mattias

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to