I looked up all other questions regarding this, but they didn't help, so:
I'm running xampp(lite) on a Windows Server 2003 machine inside a domain, apache is installed as a service. The problem is: the PHP functions exec, system, passthru, etc. do nothing, no error messages (log level of apache is debug, php error_reporting is E_ALL), no program execution, nothing, it acts as if the function call wasn't there
I tried different approaches: exec, system, ..; proc_open and the WScript.Shell COM object, nothing worked. I tried using the absolute path, gave permissions to the user, tried tons of different .exe's doing different stuff, nothing worked, nothing every was executed.
I gave the Apache service my username; gave it its own apache user; gave it the system user and ticked "Allow interaction with desktop".
php safe_mode is off, also no functions are disabled.
When running apache NOT as as service, everything works perfectly.
Any idea what could be wrong?
TIA