You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: