From: Stanislav Malyshev Date: Sun, 13 Aug 2000 18:08:01 +0000 (+0000) Subject: Fix opened_path init X-Git-Tag: php-4.0.2RC1~126 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f8f6c521c6fc8a223fbacffc96eca42ce38f76e;p=php Fix opened_path init # forgot to commit --- 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) {