23#define PHP_ZLIB_VERSION PHP_VERSION
27#define PHP_ZLIB_ENCODING_RAW -0xf
28#define PHP_ZLIB_ENCODING_GZIP 0x1f
29#define PHP_ZLIB_ENCODING_DEFLATE 0x0f
31#define PHP_ZLIB_ENCODING_ANY 0x2f
33#define PHP_ZLIB_OUTPUT_HANDLER_NAME "zlib output compression"
34#define PHP_ZLIB_BUFFER_SIZE_GUESS(in_len) (((size_t) ((double) in_len * (double) 1.015)) + 10 + 8 + 4 + 1)
64#define ZLIBG(v) ZEND_MODULE_GLOBALS_ACCESSOR(zlib, v)
71#define zlib_module_ptr &php_zlib_module_entry
72#define phpext_zlib_ptr zlib_module_ptr
PHP_JSON_API size_t int options
struct _php_stream_filter_factory php_stream_filter_factory
struct _php_stream php_stream
struct _php_stream_context php_stream_context
struct _php_stream_ops php_stream_ops
struct _php_stream_wrapper php_stream_wrapper
const php_stream_ops php_stream_gzio_ops
zend_long output_compression
const php_stream_filter_factory php_zlib_filter_factory
const php_stream_wrapper php_stream_gzip_wrapper
php_zlib_context * ob_gzhandler
struct _php_zlib_context php_zlib_context
php_stream * php_stream_gzopen(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC)
zend_long output_compression_level
zend_module_entry php_zlib_module_entry
struct _php_zlib_buffer php_zlib_buffer
zend_long output_compression_default
#define ZEND_END_MODULE_GLOBALS(module_name)
#define ZEND_BEGIN_MODULE_GLOBALS(module_name)
struct _zend_string zend_string
struct _zend_module_entry zend_module_entry
struct _zend_object zend_object