hilft Dir dieser Archivbeitrag weiter?
Hm, nein. Laut der php-Manual kann ich exec in den Hintergrund schieben (und somit bis zum Ende weiterlaufen lassen) und das PHP-skript beenden:
Note: If a program is started with this function, in order for it to continue running in the background, the output of the program must be redirected to a file or another output stream. Failing to do so will cause PHP to hang until the execution of the program ends.
"the output of the program must be redirected to a file or another output stream", was heisst das genau und wie stelle ich das an?
g johannes