mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-03 10:10:48 +01:00
8 lines
122 B
PHP
8 lines
122 B
PHP
|
|
|
|
function SpawnFCGIProcess(App, Enviro: string; const aPort: Word): Integer;
|
|
begin
|
|
Result:=0; // TODO: implement
|
|
end;
|
|
|