summaryrefslogtreecommitdiff
path: root/sapi/pi3web/pi3web_sapi.c
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-08-22 05:43:31 +0000
committerSascha Schumann <sas@php.net>2000-08-22 05:43:31 +0000
commit479a96ed89ca45f50d3b7f1d1dfc7e4e9aa256f2 (patch)
tree6c313d766e4c6c7c04f5b73b7445cf86d64c98e1 /sapi/pi3web/pi3web_sapi.c
parent732f891f3c3013a83144d4370fc524e810fbee7d (diff)
downloadphp-git-479a96ed89ca45f50d3b7f1d1dfc7e4e9aa256f2.tar.gz
Set file_handle.opened_path to NULL
Diffstat (limited to 'sapi/pi3web/pi3web_sapi.c')
-rw-r--r--sapi/pi3web/pi3web_sapi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/pi3web/pi3web_sapi.c b/sapi/pi3web/pi3web_sapi.c
index 08beb7ad11..bd89121457 100644
--- a/sapi/pi3web/pi3web_sapi.c
+++ b/sapi/pi3web/pi3web_sapi.c
@@ -391,6 +391,7 @@ DWORD fnWrapperProc(LPCONTROL_BLOCK lpCB)
file_handle.filename = lpCB->lpszFileName;
file_handle.free_filename = 0;
file_handle.type = ZEND_HANDLE_FILENAME;
+ file_handle.opened_path = NULL;
CG(extended_info) = 0;
init_request_info(sapi_globals, lpCB);