"Fatal error: Call to undefined function gzopen()" on php5 5.2.10.dfsg.1-2ubuntu3
Bug #432291 reported by
bellbind
This bug report is a duplicate of:
Bug #451314: [SRU] PHP 5.2.10 zlib bug remains for 32bit.
Edit
Remove
This bug affects 12 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
php5 (Ubuntu) |
Won't Fix
|
Undecided
|
Unassigned | ||
Bug Description
Binary package hint: php5
"Fatal error: Call to undefined function gzopen()" on php5 5.2.10.
The error does not occur on php5 5.2.6.dfsg.
----
$ cat sample.php
<?php
$data = "Hello World!";
$gzfile = gzopen(
gzwrite($gzfile, $data);
gzclose($gzfile);
?>
$ php sample.php
Fatal error: Call to undefined function gzopen() in /home/bellbind/
$ lsb_release -rd
Description: Ubuntu karmic (development branch)
Release: 9.10
[added: Ubuntu 9.10, 5.2.10.
To post a comment you must log in.
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.