Menu

#77 Undefined temp dir for curl

None
closed-fixed
None
7
2015-05-31
2011-06-15
bonscho
No

At about line 1008 it should be
$headerfile = tempnam($this->temp_dir, "sno");
instead of
$headerfile = tempnam(temp_dir, "sno");

Discussion

  • bonscho

    bonscho - 2011-06-19
    • priority: 5 --> 7
     
  • Gene Wood

    Gene Wood - 2015-05-31

    Thanks for the bug report. Snoopy 2.0.0 no longer uses curl an instead uses openssl so all curl issues are now resolved.

    You can get the new version of Snoopy 2.0.0 here

     
  • Gene Wood

    Gene Wood - 2015-05-31
    • status: open --> closed-fixed
    • assigned_to: Gene Wood
    • Group: -->
     

Log in to post a comment.