Assuming you are running a Unix dialect operating system with the bash bourne
shell and Phing is installed in /opt/phing
. The
following sets up the environment properly:
export PHP_COMMAND=/usr/bin/php export PHING_HOME=/opt/phing export PHP_CLASSPATH=${PHING_HOME}/classes export PATH=${PATH}:${PHING_HOME}/bin