summaryrefslogtreecommitdiff
path: root/Zend/zend_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_stream.h')
-rw-r--r--Zend/zend_stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_stream.h b/Zend/zend_stream.h
index 47a9c7d7d3..3dfaaf474b 100644
--- a/Zend/zend_stream.h
+++ b/Zend/zend_stream.h
@@ -69,7 +69,7 @@ typedef struct _zend_file_handle {
zend_stream stream;
} handle;
const char *filename;
- char *opened_path;
+ zend_string *opened_path;
zend_stream_type type;
zend_bool free_filename;
} zend_file_handle;