PHP 8.4.24 Released!

Voting

: min(five, four)?
(Example: nine)

The Note You're Voting On

ferchland at computer-kontor dot de
22 years ago
I tried to fork a GUI-process on WinNT, Apache 2, PHP4.
I saw the new process (notepad.exe) in the Task-Managers process-list, but no Notepad-Window anywhere!
After activating the checkbox "Interactive with Desktop allowed" in Services->Apache everthing works with a simple command
exec("start c:\\winnt\\notepad.exe");

<< Back to user notes page

To Top