From 6f8f6c521c6fc8a223fbacffc96eca42ce38f76e Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Sun, 13 Aug 2000 18:08:01 +0000 Subject: [PATCH] Fix opened_path init # forgot to commit --- sapi/apache/sapi_apache.c | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.40.0