Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#3943 closed defect (fixed)

SaveQuery file is empty

Reported by: kafka Owned by: sdlime
Priority: high Milestone: 6.0.1 release
Component: MapServer C Library Version: 6.0
Severity: normal Keywords: query
Cc:

Description

Files created in PHP mapscript by savequery are empty. It is caused probably by missing file close before return in mapquery.c:

fclose(stream);

in these functions:

saveQueryResults
saveQueryParams

Change History (3)

comment:1 by sdlime, 13 years ago

Status: newassigned

Any chance you can test your theory on your install? Steve

comment:2 by sdlime, 13 years ago

Resolution: fixed
Status: assignedclosed

I've added the fclose()'s in r11870 and r11871. Please test if possible. Marking as fixed for now... -Steve

comment:3 by kafka, 13 years ago

OK. It works well! Thank you.

Note: See TracTickets for help on using tickets.