Browse Source

Should fix #19425

migration/unlabaled-1.1.2
foobar 24 years ago
parent
commit
55362251c8
  1. 2
      sapi/isapi/php4isapi.c

2
sapi/isapi/php4isapi.c

@ -743,7 +743,7 @@ DWORD WINAPI HttpExtensionProc(LPEXTENSION_CONTROL_BLOCK lpECB)
* variable won't be present, so fall back to old behaviour.
*/
efree( file_handle.filename );
file_handle.filename = sapi_globals->request_info.path_translated;
file_handle.filename = SG(request_info.path_translated);
file_handle.free_filename = 0;
}
}

Loading…
Cancel
Save