diff options
author | Stanislav Malyshev <stas@php.net> | 2000-08-13 18:00:50 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2000-08-13 18:00:50 +0000 |
commit | 5090b1e8d5d3a3dc2afcb418d059520e8b9dd528 (patch) | |
tree | 35d04f58ed639d32ca9e59f9f817b67be3c15dad /sapi/roxen/roxen.c | |
parent | 93acbedce8afa8f77478eea30985e89efcdc61d1 (diff) | |
download | php-git-5090b1e8d5d3a3dc2afcb418d059520e8b9dd528.tar.gz |
Fix zend_fiel_handle handling. Should fix URL include
and various opened_path inconsistencies.
Diffstat (limited to 'sapi/roxen/roxen.c')
-rw-r--r-- | sapi/roxen/roxen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/roxen/roxen.c b/sapi/roxen/roxen.c index 740104da91..62c17a7726 100644 --- a/sapi/roxen/roxen.c +++ b/sapi/roxen/roxen.c @@ -609,6 +609,7 @@ static int php_roxen_module_main(SLS_D) file_handle.type = ZEND_HANDLE_FILENAME; file_handle.filename = THIS->filename; file_handle.free_filename = 0; + file_handle.opened_path = NULL; THREADS_ALLOW(); res = php_request_startup(CLS_C ELS_CC PLS_CC SLS_CC); |