From 8506ee1bfe569364c552118d69d82516b6a17a12 Mon Sep 17 00:00:00 2001 From: foobar Date: Sat, 31 May 2003 01:37:45 +0000 Subject: - Re-added the FD lexer patch. # Marcus is going to add the long-opts patches back in after this. --- 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 7db243773c..093e3326cf 100644 --- a/sapi/tux/php_tux.c +++ b/sapi/tux/php_tux.c @@ -296,7 +296,7 @@ static sapi_module_struct tux_sapi_module = { static void tux_module_main(TSRMLS_D) { - zend_file_handle file_handle; + zend_file_handle file_handle = {0}; file_handle.type = ZEND_HANDLE_FILENAME; file_handle.filename = SG(request_info).path_translated; -- cgit v1.2.1