I need to be able to set the command path from PHP on any *nix system, any
shell. I know there are different formats depending on the shell; when I do
a getenv(), it shows the colon-delimited format, but when I try to change
it with putenv(), it's ignored, no matter what format I use, or even if I
give it just a single path.
--
Alan Little
Phorm PHP Form Processor
shell. I know there are different formats depending on the shell; when I do
a getenv(), it shows the colon-delimited format, but when I try to change
it with putenv(), it's ignored, no matter what format I use, or even if I
give it just a single path.
--
Alan Little
Phorm PHP Form Processor
Comment