Hello everybody!
As a php rookie I don't know a reasonable way to initialize/register the env. variables (e.g. MY_ENV_VAR) in c/c++ code, so that a php script could use those variables later on (<? if ($MY_ENV_VAR || $YOUR_ENV_VAR) { ...}).
I guess putenv()/getenv() is not a very good solution (if we e.g. think about multiple connections and multiple scripts cases ...).
Cheers,
Jeepster