Why is it when a bug is filed it is never a bug? I had functionality of the zlib package in Jaunty, but after updating to Karmic its broken. So how is this not a bug? TIME TO REVIEW CODE and fix! instead of disregarding a valid bug.
$ php -r 'var_dump(function_exists("gzfile"));' bool(true)
$ php -r 'var_dump(function_exists("gzopen"));' bool(false)
Refer to my notes from bug #439407
this is for... i386
No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu karmic (development branch) Release: 9.10 Codename: karmic
Linux 2.6.31-14-generic #47-Ubuntu SMP Thu Oct 15 02:08:08 UTC 2009 i686 GNU/Linux
Why is it when a bug is filed it is never a bug? I had functionality of the zlib package in Jaunty, but after updating to Karmic its broken. So how is this not a bug? TIME TO REVIEW CODE and fix! instead of disregarding a valid bug.
$ php -r 'var_dump( function_ exists( "gzfile" ));'
bool(true)
$ php -r 'var_dump( function_ exists( "gzopen" ));'
bool(false)
Refer to my notes from bug #439407
this is for... i386
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu karmic (development branch)
Release: 9.10
Codename: karmic
Linux 2.6.31-14-generic #47-Ubuntu SMP Thu Oct 15 02:08:08 UTC 2009 i686 GNU/Linux