RE: Different behaviour between command line and call from php application
2023-03-13, 17:38 (This post was last modified: 2023-03-19, 7:22 by Hans Willison. Edit Reason: Typo in title and text )
2023-03-13, 17:38 (This post was last modified: 2023-03-19, 7:22 by Hans Willison. Edit Reason: Typo in title and text )
(2023-03-13, 1:12)Travis Cobbs Wrote: Almost certainly the process (I assume a web server) running PHP is running under a different user account, and therefore has a different registry. LDView's settings are (by design) user-specific.
That's the solution! I am currently not on my PC so I can't check it there, but on my laptop it works as desired without changing anything!
The reason is: on my laptop I start my webserver environment (xampp) manually via xampp_start.exe. So webserver and PHP run under the user account I'm logged in.
On my PC xampp is started as a service at startup and is running under whatever user account windows services are running (Local System?). I will check as soon as I regain access to my PC.
On the other hand the -FOV setting works on my laptop, but didn't on my PC. I will also recheck on my PC.
Thank you all for your help