mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Export gzfwrite()
Extensions calling `gzfwrite()` cannot be built when linked against php.dll (built with zlib support) otherwise. Closes GH-6880.
This commit is contained in:
@@ -34,6 +34,7 @@ EXPORTS
|
||||
gzsetparams
|
||||
gzread
|
||||
gzwrite
|
||||
gzfwrite
|
||||
gzprintf
|
||||
gzputs
|
||||
gzgets
|
||||
|
||||
Reference in New Issue
Block a user