summaryrefslogtreecommitdiff
path: root/sapi/apache2filter
diff options
context:
space:
mode:
authorJeroen van Wolffelaar <jeroen@php.net>2001-09-27 20:01:23 +0000
committerJeroen van Wolffelaar <jeroen@php.net>2001-09-27 20:01:23 +0000
commiteb38ca844be8f6d1f975bbe1e7cbad30d58dfe48 (patch)
tree79cd09acaeff56b01bf568d078fb04663d43137c /sapi/apache2filter
parent6d9c04e82399d7892ce221cf807dbbb2abd0b2df (diff)
downloadphp-git-eb38ca844be8f6d1f975bbe1e7cbad30d58dfe48.tar.gz
Undo Z_ subst for sapi and ext/yaz
Diffstat (limited to 'sapi/apache2filter')
-rw-r--r--sapi/apache2filter/sapi_apache2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache2filter/sapi_apache2.c b/sapi/apache2filter/sapi_apache2.c
index b3b6cd17ff..5dbb8947ff 100644
--- a/sapi/apache2filter/sapi_apache2.c
+++ b/sapi/apache2filter/sapi_apache2.c
@@ -369,7 +369,7 @@ static int php_output_filter(ap_filter_t *f, apr_bucket_brigade *bb)
apr_file_name_get(&path, ((apr_bucket_file *) b->data)->fd);
- Z_TYPE(zfd) = ZEND_HANDLE_FILENAME;
+ zfd.type = ZEND_HANDLE_FILENAME;
zfd.filename = (char *) path;
zfd.free_filename = 0;
zfd.opened_path = NULL;