mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
- add php_zlib_output_encoding() decl
This commit is contained in:
parent
2dc5f6de5d
commit
aafd59eb91
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ typedef struct _php_zlib_context {
|
|||
php_zlib_buffer buffer;
|
||||
} php_zlib_context;
|
||||
|
||||
int php_zlib_output_encoding(TSRMLS_D);
|
||||
int php_zlib_encode(const char *in_buf, size_t in_len, char **out_buf, size_t *out_len, int encoding, int level TSRMLS_DC);
|
||||
int php_zlib_decode(const char *in_buf, size_t in_len, char **out_buf, size_t *out_len, int encoding, size_t max_len TSRMLS_DC);
|
||||
php_output_handler *php_zlib_output_handler_init(zval *handler_name TSRMLS_DC);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue