Fix opened_path init

# forgot to commit
This commit is contained in:
Stanislav Malyshev 2000-08-13 18:08:01 +00:00
parent 5090b1e8d5
commit 6f8f6c521c

View file

@ -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) {