PHP is locking the folder of laragon
-
PHP is locking the folder of laragon even when I click stop button and then exit from systray icon
-
@iivanov2 : I guess you using Laragon with FastCGI (~ php-fpm).
In that mode, php-cgi.exe processes are controlled by Apache (mod_fcgid). When stopping Apache, php-cgi.exe processes are auto-exit.
Sometimes, maybe an issue of mod_fcgid, php-cgi.exe processes are not auto-exit (or they are busy processing something so Apache still keep them)