Hey! My first thread!
So basically, I'm working on this arcade machine project for my living room, and I want to make the game .exe files launchable via PHP.
The issue is that when I do manage to launch the program with all of the parameter string, it's started under the NGINX CPU Thread/Process, which then causes it to crash due to its inability to access the required libraries under the NGINX permissions.
Would it be possible to start the process on its own using PHP?
So basically, I'm working on this arcade machine project for my living room, and I want to make the game .exe files launchable via PHP.
The issue is that when I do manage to launch the program with all of the parameter string, it's started under the NGINX CPU Thread/Process, which then causes it to crash due to its inability to access the required libraries under the NGINX permissions.
Would it be possible to start the process on its own using PHP?