Skip to content

Commit a277129

Browse files
committed
Export gzfwrite()
Extensions calling `gzfwrite()` cannot be built when linked against php.dll (built with zlib support) otherwise. Closes GH-6880.
1 parent 39ddf6b commit a277129

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/zlib/php_zlib.def

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ EXPORTS
3434
gzsetparams
3535
gzread
3636
gzwrite
37+
gzfwrite
3738
gzprintf
3839
gzputs
3940
gzgets

0 commit comments

Comments
 (0)