parallel icon indicating copy to clipboard operation
parallel copied to clipboard

Under XAMPP 8.2.4 the first example program freeze

Open norbi72 opened this issue 2 years ago • 2 comments

After a clean install of the latest XAMPP 8.2.4 I've tried the first example under the Usage section, and it stucks: no response, no log, nothing. In the Preocess Explorer sometimes a new child process appears for a second (ProcessWrapper & PHP) and disappears, but in the browser nothing happens.

With the previous XAMPP version (8.1.1) it was worked fine. Something changed? I need to enable/install some module?

Thanks, Norbert

norbi72 avatar Aug 10 '23 18:08 norbi72

I do not have any experience using XAMPP, and I suspect that creating child processes within XAMPP and PHP may not be supported. Apache typically runs PHP through a module (mod_php) which AFAIK will not be compatible with this library. This library is targeted to applications written entirely in PHP, running though the CLI.

trowski avatar Nov 26 '23 15:11 trowski

Thanks, but I think the problem is different, because it is perfectly working with XAMPP 8.1.1, but I want to upgrade it.

norbi72 avatar Dec 11 '23 10:12 norbi72