From 6c43e69e03d765fe5aa5a23dd4dc3ad342bf4a87 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Mon, 19 Apr 2021 16:45:58 +0200 Subject: [PATCH] Export gzfwrite() Xdebug recently introduced the possibility to compress profile information and this uses `gzfwrite()`, what is not yet exported on Windows. That would require run-time linking to be worked around. --- ext/zlib/php_zlib.def | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/zlib/php_zlib.def b/ext/zlib/php_zlib.def index d482041893c37..27709190970f5 100644 --- a/ext/zlib/php_zlib.def +++ b/ext/zlib/php_zlib.def @@ -34,6 +34,7 @@ EXPORTS gzsetparams gzread gzwrite + gzfwrite gzprintf gzputs gzgets