Comment 20 for bug 451314

Revision history for this message
Chuck Short (zulcss) wrote : Re: [SRU]PHP 5.2.10 zlib bug remains for 32bit

Statement of Impact:

PHP in karmic was shipped without a patch that causes users on i386 systems unable to use the zlib library.

How this have been addressed:

I have re-enabled the 019-z_off_t_as_long.patch for php. This has to been added again when lucid starts again. I have attached the debdiff to this bug for your review.

How to reproduce:

1. Install php5-common, php5-cli
2. Run the following command:

<?php
var_dump(function_exists("gzopen"));
?>

3. It should return bool(true) but it doesnt.

There should not be any regressions with this patch enabled. If you have any questions please let me know.

Regards
chuck