Gabor Hojtsy wrote: > Shouldn't it be a system variable (and not a user var), since PHP runs > under a different user?
E.g. Apache can be run as user process or system service. Running as system service is more common so it should be system variable (it will work if run as user process too). Jakub Vrana
