1 min readMar 15, 2019
I think what Michael Sullivan meant is that you don’t need to set clear_env = no
Even with ;clear_env = no
you can still access the variables specified like:
env[“PHP_FOO”] = $PHP_FOO
Thanks for this though, solved it for me!