diff options
author | Zeev Suraski <zeev@php.net> | 2001-07-31 07:09:49 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2001-07-31 07:09:49 +0000 |
commit | b1de7fc900766b229f17bf9e1020b5a67b5b0964 (patch) | |
tree | c405a417de3fdafcd98ad8db882b770e96e70d90 /ext/zlib/php_zlib.h | |
parent | bc42c37513a730b0b3ff9cf29e14e45e4ec50c71 (diff) | |
download | php-git-b1de7fc900766b229f17bf9e1020b5a67b5b0964.tar.gz |
More TSRMLS_FETCH annihilation. Enough for today...
Diffstat (limited to 'ext/zlib/php_zlib.h')
-rw-r--r-- | ext/zlib/php_zlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zlib/php_zlib.h b/ext/zlib/php_zlib.h index f0732ded31..d4fe9af97d 100644 --- a/ext/zlib/php_zlib.h +++ b/ext/zlib/php_zlib.h @@ -64,7 +64,7 @@ PHP_FUNCTION(gzinflate); PHP_FUNCTION(gzencode); PHP_FUNCTION(ob_gzhandler); -FILE *zlib_fopen_wrapper(char *path, char *mode, int options, int *issock, int *socketd, char **opened_path); +FILE *zlib_fopen_wrapper(char *path, char *mode, int options, int *issock, int *socketd, char **opened_path TSRMLS_DC); int php_enable_output_compression(int buffer_size); |