diff options
author | Jeroen van Wolffelaar <jeroen@php.net> | 2001-09-27 20:01:23 +0000 |
---|---|---|
committer | Jeroen van Wolffelaar <jeroen@php.net> | 2001-09-27 20:01:23 +0000 |
commit | eb38ca844be8f6d1f975bbe1e7cbad30d58dfe48 (patch) | |
tree | 79cd09acaeff56b01bf568d078fb04663d43137c /sapi/tux | |
parent | 6d9c04e82399d7892ce221cf807dbbb2abd0b2df (diff) | |
download | php-git-eb38ca844be8f6d1f975bbe1e7cbad30d58dfe48.tar.gz |
Undo Z_ subst for sapi and ext/yaz
Diffstat (limited to 'sapi/tux')
-rw-r--r-- | sapi/tux/php_tux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/tux/php_tux.c b/sapi/tux/php_tux.c index 8aa9e51a1f..48fb84c86e 100644 --- a/sapi/tux/php_tux.c +++ b/sapi/tux/php_tux.c @@ -275,7 +275,7 @@ static void tux_module_main(TSRMLS_D) { zend_file_handle file_handle; - Z_TYPE(file_handle) = ZEND_HANDLE_FILENAME; + file_handle.type = ZEND_HANDLE_FILENAME; file_handle.filename = SG(request_info).path_translated; file_handle.free_filename = 0; file_handle.opened_path = NULL; |