XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Other
    • None

      in the command.php you are not closing your $curl

      https://github.com/phpbb/phpBBStatusSite/blob/master/src/phpBB/StatusSiteBundle/Command/CheckCommand.php

      	$data = curl_exec($curl);

      should be

      $data = curl_exec($curl);
      curl_close($curl);

            MichaelC Michael Cullum
            RMcGirr83 Rich McGirr
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: