Hi, I have now the same probleme on my actual version on PHP8.1 latest release (9.13.020(3)) but I found the solution.
My laptop (WIN10) slowed down few days ago, I don’t know why yet, but with a significant impact on scriptcase.
As a consequence generating a deploy takes a very long time more than 30 minutes which generate a timeout.
Probleme solved by updating the httpd.conf of apache used by scriptcase in C:\Program Files\NetMake\v9-php81\components\apache\conf
FcgidIOTimeout 3600
FcgidBusyTimeout 3600
FcgidConnectTimeout 3600
FcgidProcessLifeTime 3600
Timeout 3600
KeepAliveTimeout 300
and restarted Apache.
The deploy goes up to the end, I will extend timeout up to 7200 if needed.
I can’t test it on version PHP8.2 my evaluation key on this version is over now, and I will not switch for now.
Hope it helps people with too slow laptops…