This is not a bug. When an extension is not build shared, there is no .so file.
zlib is included in the latest php install:
till@till-laptop:~$ php -r 'var_dump(function_exists("gzfile"));' bool(true)
gzfile is one of the functions provided by the zlib extension.
This is not a bug. When an extension is not build shared, there is no .so file.
zlib is included in the latest php install:
till@till-laptop:~$ php -r 'var_dump( function_ exists( "gzfile" ));'
bool(true)
gzfile is one of the functions provided by the zlib extension.