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.
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 function_ exists( "gzopen" ));
var_dump(
?>
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