diff options
author | Zeev Suraski <zeev@php.net> | 2003-05-21 09:34:21 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2003-05-21 09:34:21 +0000 |
commit | 2127840893fd699284d21d4e6f2666accdb11814 (patch) | |
tree | 40ea1aad100acf02b849042da3b018c880ecfef2 /sapi/tux/php_tux.c | |
parent | 2e34a6a9a6c4a115278735feade3564fd748735b (diff) | |
download | php-git-2127840893fd699284d21d4e6f2666accdb11814.tar.gz |
Revert PHP part of the fd patch
Diffstat (limited to 'sapi/tux/php_tux.c')
-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 093e3326cf..7db243773c 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 = {0}; + zend_file_handle file_handle; file_handle.type = ZEND_HANDLE_FILENAME; file_handle.filename = SG(request_info).path_translated; |