Application is closed but still running in task manager

closed application
then i tried to open again
but it was not opening
so searched and i found my application was running in task manager
i ended task from task manager
then it was working fine

but every time we close application
the application still runs in task manager

Maybe a PHP process remains because you have a script that does not end?

not possible
because person opens software then closes and it remains open in task manager
nothing remains
made sure of it

Yes, but maybe one of your PHP scripts of your app does not end. It’s difficult to tell without testing your app.

Our Exe application also has this same issue. Even after we closed the application it remains open in taskmanager. None of the PHP scripts is running.

Can you please specify which version of ExeOutput for PHP you are using?

We are using ExeOutput for PHP 2021

OK. And have you tried to enable debugging options of ExeOutput?

In the PHP setting > Debugging, Debugging Option only Enable PHP error logging(errors will be stored in the php_error.log) is enabled. All other options are disabled. Does that result in the Application run in background

Try to enable the log too to see what final PHP script is called and not returning properly.