From c03328857394bef36ffa9678d33079ad96e4a4e4 Mon Sep 17 00:00:00 2001 From: Jeroen van Wolffelaar Date: Tue, 25 Sep 2001 21:58:48 +0000 Subject: Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know. --- 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 48fb84c86e..8aa9e51a1f 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; - file_handle.type = ZEND_HANDLE_FILENAME; + Z_TYPE(file_handle) = 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