We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c32cff9 commit 25e1818Copy full SHA for 25e1818
server.php
@@ -1,6 +1,6 @@
1
<?php
2
// PHP App Server.
3
- // (C) 2021 CubicleSoft. All Rights Reserved.
+ // (C) 2019 CubicleSoft. All Rights Reserved.
4
5
if (!isset($_SERVER["argc"]) || !$_SERVER["argc"])
6
{
@@ -225,6 +225,7 @@ protected function HandleResponseCompleted($id, $result)
225
226
foreach ($client->appdata["cgi"]["pipes"] as $fp) fclose($fp);
227
228
+ proc_terminate($client->appdata["cgi"]["proc"]);
229
proc_close($client->appdata["cgi"]["proc"]);
230
231
if (trim($client->appdata["cgi"]["stderr"]) !== "")
0 commit comments