mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00
Fix opened_path init
# forgot to commit
This commit is contained in:
parent
5090b1e8d5
commit
6f8f6c521c
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue