From eb38ca844be8f6d1f975bbe1e7cbad30d58dfe48 Mon Sep 17 00:00:00 2001 From: Jeroen van Wolffelaar Date: Thu, 27 Sep 2001 20:01:23 +0000 Subject: Undo Z_ subst for sapi and ext/yaz --- sapi/tux/php_tux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapi/tux/php_tux.c') 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; -- cgit v1.2.1