php-src/ext/zlib
Niels Dossche c510083c8c Fix incorrect string length for output_handler in zlib ini code
The length of "output_handler" is supposed to be passed, but as sizeof
is used, the resulting number includes the NUL character, so the length
is off-by-one. Subtract one to pass the correct length.

Closes GH-10667.
2023-02-23 18:47:26 +00:00
..
tests Merge branch 'PHP-8.0' into PHP-8.1 2022-02-03 16:13:11 +01:00
config0.m4 Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
config.w32 Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
CREDITS
php_zlib.def Export gzfwrite() 2021-04-26 12:09:31 +02:00
php_zlib.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
zlib_arginfo.h Generate optimizer func info from stubs for various extensions (#7409) 2021-08-26 19:52:11 +02:00
zlib_filter.c Merge branch 'PHP-8.0' into PHP-8.1 2022-06-25 07:39:55 +01:00
zlib_fopen_wrapper.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
zlib.c Fix incorrect string length for output_handler in zlib ini code 2023-02-23 18:47:26 +00:00
zlib.stub.php Generate optimizer func info from stubs for various extensions (#7409) 2021-08-26 19:52:11 +02:00