diff options
| author | Antony Dovgal <tony2001@php.net> | 2006-02-06 20:37:11 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2006-02-06 20:37:11 +0000 |
| commit | a3b941642c398cb1472820f19bcb720d91d7f4f6 (patch) | |
| tree | d22712be316e4cd240eaab39b9560abd5e4c1d41 /TSRM | |
| parent | beea63529ce10c9706e4e809d05821d9c11eb23b (diff) | |
| download | php-git-a3b941642c398cb1472820f19bcb720d91d7f4f6.tar.gz | |
init variables
Diffstat (limited to 'TSRM')
| -rw-r--r-- | TSRM/tsrm_virtual_cwd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TSRM/tsrm_virtual_cwd.c b/TSRM/tsrm_virtual_cwd.c index ebc490500d..4ab511f313 100644 --- a/TSRM/tsrm_virtual_cwd.c +++ b/TSRM/tsrm_virtual_cwd.c @@ -380,9 +380,9 @@ CWD_API int virtual_file_ex(cwd_state *state, const char *path, verify_path_func char *new_path; #endif char orig_path[MAXPATHLEN]; - int orig_path_len; + int orig_path_len = 0; realpath_cache_bucket *bucket; - time_t t; + time_t t = 0; TSRMLS_FETCH(); if (path_length == 0) |
