Comment 2 for bug 451405

Revision history for this message
Till Klampaeckel (till-php) wrote :

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.