Also, I should add, you should see whether your PHP is using safe
mode. As described at
http://php.net/manual/en/ini.sect.safe-mode.php#ini.safe-mode-exec-dir
, safe mode can be used to restrict what directories one can execute
programs from.
-David
On Mon, Feb 6, 2012 at 11:51 AM, David Hall w
are the environment variables correct? As in, to run it on the
command line, do you have special PATH or other settings? If so, you
should use http://www.php.net/putenv to put those variables into the
PHP script.
-David
On Tue, Jan 31, 2012 at 4:25 AM, Sangeetha Subramaniam
wrote:
> Dear All,