summaryrefslogtreecommitdiff
path: root/sapi/tux/php_tux.c
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-05-31 01:37:45 +0000
committerfoobar <sniper@php.net>2003-05-31 01:37:45 +0000
commit8506ee1bfe569364c552118d69d82516b6a17a12 (patch)
treea4d48d4d68b5ce716224dda67a1b8cb337e8fa7a /sapi/tux/php_tux.c
parent7cd254b070a279ff53b162dd713a892863f1a8be (diff)
downloadphp-git-8506ee1bfe569364c552118d69d82516b6a17a12.tar.gz
- Re-added the FD lexer patch.
# Marcus is going to add the long-opts patches back in after this.
Diffstat (limited to 'sapi/tux/php_tux.c')
-rw-r--r--sapi/tux/php_tux.c2
1 files changed, 1 insertions, 1 deletions
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;