diff options
-rw-r--r-- | sapi/apache/sapi_apache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/apache/sapi_apache.c b/sapi/apache/sapi_apache.c index 52e6002c31..376c69f7fa 100644 --- a/sapi/apache/sapi_apache.c +++ b/sapi/apache/sapi_apache.c @@ -72,6 +72,7 @@ int apache_php_module_main(request_rec *r, int display_source_mode CLS_DC ELS_DC file_handle.type = ZEND_HANDLE_FILENAME; file_handle.handle.fd = 0; file_handle.filename = SG(request_info).path_translated; + file_handle.opened_path = NULL; file_handle.free_filename = 0; if (display_source_mode) { |