[Bug 432291] Re: Fatal error: Call to undefined function gzopen() on php5 5.2.10.dfsg.1-2ubuntu3

2011-06-06 Thread lsga
*** This bug is a duplicate of bug 451314 *** https://bugs.launchpad.net/bugs/451314 hi. I'm using Magento (most used eCommerce framework in the world...) Magento does not work with PHP 5.3 (as many CMS and frameworks). So, as many people, I needed to downgrade to PHP 5.2.10 with the very

[Bug 432291] Re: Fatal error: Call to undefined function gzopen() on php5 5.2.10.dfsg.1-2ubuntu3

2009-11-11 Thread lsd_xtc
*** This bug is a duplicate of bug 451314 *** https://bugs.launchpad.net/bugs/451314 Hi.. same thing for me... gzopen works fine on my 9.04 but after update to 9.10 it is not working: l...@lsd-asus-ubuntu:~$ php -v PHP 5.2.10-2ubuntu6 with Suhosin-Patch 0.9.7 (cli) (built: Oct 23 2009

[Bug 432291] Re: Fatal error: Call to undefined function gzopen() on php5 5.2.10.dfsg.1-2ubuntu3

2009-10-31 Thread Hugues Fournier
*** This bug is a duplicate of bug 451314 *** https://bugs.launchpad.net/bugs/451314 ** This bug is no longer a duplicate of bug 451405 zlib extension missing in php5 karmic ** This bug has been marked a duplicate of bug 451314 [SRU] PHP 5.2.10 zlib bug remains for 32bit -- Fatal

[Bug 432291] Re: Fatal error: Call to undefined function gzopen() on php5 5.2.10.dfsg.1-2ubuntu3

2009-10-25 Thread Andreas Otto
Happens for me as well with Ubuntu 9.10, 5.2.10.dfsg.1-2ubuntu6. -- Fatal error: Call to undefined function gzopen() on php5 5.2.10.dfsg.1-2ubuntu3 https://bugs.launchpad.net/bugs/432291 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 432291] Re: Fatal error: Call to undefined function gzopen() on php5 5.2.10.dfsg.1-2ubuntu3

2009-10-25 Thread Chuck Short
*** This bug is a duplicate of bug 451405 *** https://bugs.launchpad.net/bugs/451405 ** This bug has been marked a duplicate of bug 451405 zlib extension missing in php5 karmic -- Fatal error: Call to undefined function gzopen() on php5 5.2.10.dfsg.1-2ubuntu3

[Bug 432291] Re: Fatal error: Call to undefined function gzopen() on php5 5.2.10.dfsg.1-2ubuntu3

2009-10-23 Thread Rajoy
Happens for me too, Ubuntu 9.10, 5.2.10.dfsg.1-2ubuntu5. ** Description changed: Binary package hint: php5 Fatal error: Call to undefined function gzopen() on php5 5.2.10.dfsg.1-2ubuntu3 The error does not occur on php5 5.2.6.dfsg..1-3ubuntu4.2 (jaunty package) $

[Bug 432291] Re: Fatal error: Call to undefined function gzopen() on php5 5.2.10.dfsg.1-2ubuntu3

2009-10-13 Thread bellbind
Same error is occured at 5.2.10.dfsg.1-2ubuntu5 . -- Fatal error: Call to undefined function gzopen() on php5 5.2.10.dfsg.1-2ubuntu3 https://bugs.launchpad.net/bugs/432291 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu.

[Bug 432291] Re: Fatal error: Call to undefined function gzopen() on php5 5.2.10.dfsg.1-2ubuntu3

2009-10-13 Thread bellbind
The bug is NOT zlib link problem because it can open gz files with fopen for example: ?php $gzfile = fopen(compress.zlib://hello.txt.gz, w); fwrite($gzfile, hello world!); fclose($gzfile); ? is work well on released binaries. BUT gzopen is not defined in php5 binaries it cannot run: ?php $data

[Bug 432291] Re: Fatal error: Call to undefined function gzopen() on php5 5.2.10.dfsg.1-2ubuntu3

2009-10-13 Thread bellbind
The uncomment patch 019-z_off_t_as_long.patch changes the situation in my environment build. The patch only adds header files to php5 sources: ext/zlib/zconf.h and ext/zlib/zlib.h But in my env, it also exists /usr/include/zconf.h and /usr/include/zlib.h by standard package zlib1g-dev. I

[Bug 432291] Re: Fatal error: Call to undefined function gzopen() on php5 5.2.10.dfsg.1-2ubuntu3

2009-10-08 Thread wooster
I can reproduce this bug. php -v PHP 5.2.10-2ubuntu4 with Suhosin-Patch 0.9.7 (cli) (built: Sep 18 2009 15:43:11) Copyright (c) 1997-2009 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies cat t.php ?php $fp = gzopen(file.gz, r); ? php t.php Fatal error: Call to

[Bug 432291] Re: Fatal error: Call to undefined function gzopen() on php5 5.2.10.dfsg.1-2ubuntu3

2009-09-27 Thread bellbind
The error also occurs when use package php5-5.2.10.dfsg.1(5.2.10.dfsg.1-2ubuntu4) rebuilded in my machine. But, it changes well when uncomment the line: #019-z_off_t_as_long.patch to 019-z_off_t_as_long.patch in debian/patches/series before dpkg-buildpackage. -- Fatal error: Call to

[Bug 432291] Re: Fatal error: Call to undefined function gzopen() on php5 5.2.10.dfsg.1-2ubuntu3

2009-09-21 Thread Chuck Short
Installing the packages the normal way, I cannot reproduce this error at all. Regards chuck ** Changed in: php5 (Ubuntu) Status: Incomplete = Won't Fix -- Fatal error: Call to undefined function gzopen() on php5 5.2.10.dfsg.1-2ubuntu3 https://bugs.launchpad.net/bugs/432291 You

[Bug 432291] Re: Fatal error: Call to undefined function gzopen() on php5 5.2.10.dfsg.1-2ubuntu3

2009-09-18 Thread Chuck Short
Thank you for taking the time to report this bug and helping to make Ubuntu better. Please answer these questions: 1. Is this reproducible? 2. If so, what specific steps should we take to recreate this bug? Be as detailed as possible. This will help us to find and resolve the problem. **

[Bug 432291] Re: Fatal error: Call to undefined function gzopen() on php5 5.2.10.dfsg.1-2ubuntu3

2009-09-18 Thread bellbind
1. Is this reproducible? - yes. I use i386 binaries via jp.archive.ubuntu.com. 2. I always do dist-upgrade with wajig. I can reproduce the bug with extracted php5 command in cached deb files. hash for deb --- $ sha1sum /var/cache/apt/archives/php5-cli_5.2.10.dfsg.1-2ubuntu3_i386.deb