Activity log for bug #1315888

Date Who What changed Old value New value Message
2014-05-04 14:05:35 Ville Mattila bug added bug
2014-05-04 14:07:12 Ville Mattila summary Zlib functions (gzopen etc.) are undefined Zlib functions (gzopen etc.) are undefined while gzopen64 etc. exist
2014-05-04 14:07:31 Ville Mattila description After upgrading to 14.04, all function Zlib-related function calls (gzopen() etc) fail with "Fatal error: Call to undefined function gzopen() in ...". Function names with 64 added to the end to them (gzopen64() etc) work as expected. Actual package versions: 5.5.9+dfsg-1ubuntu4 After upgrading to 14.04, all function Zlib-related function calls (gzopen() etc) fail with "Fatal error: Call to undefined function gzopen() in ...". Function names with 64 added to the end to them (gzopen64() etc) work as expected. Distribution: 14.04 - 32bit version Actual package versions: 5.5.9+dfsg-1ubuntu4
2014-05-04 14:46:51 Ondřej Surý bug watch added http://bugs.php.net/bug.php?id=53829
2014-05-05 18:23:19 Robie Basak bug task added php
2014-05-05 18:26:34 Robie Basak php5 (Ubuntu): status New Confirmed
2014-05-05 18:26:36 Robie Basak php5 (Ubuntu): importance Undecided Medium
2014-05-05 18:26:42 Robie Basak bug added subscriber Robie Basak
2014-05-13 05:11:02 x33a bug added subscriber x33a
2014-06-09 22:28:55 Masashi Shimbo bug added subscriber Masashi Shimbo
2014-06-13 21:12:40 Ben King bug task added wordpress
2014-07-01 14:09:11 Antoine "hashar" Musso bug added subscriber Antoine "hashar" Musso
2014-07-01 16:11:20 Andre Klapper bug added subscriber Andre Klapper
2014-07-22 18:40:16 Dave Mausner bug added subscriber Dave Mausner
2014-07-23 08:54:14 Dimitri John Ledkov php5 (Ubuntu): assignee Dimitri John Ledkov (xnox)
2014-07-23 08:54:21 Dimitri John Ledkov nominated for series Ubuntu Trusty
2014-07-23 08:54:21 Dimitri John Ledkov bug task added php5 (Ubuntu Trusty)
2014-07-23 08:54:39 Dimitri John Ledkov php5 (Ubuntu Trusty): assignee Dimitri John Ledkov (xnox)
2014-07-23 08:54:42 Dimitri John Ledkov php5 (Ubuntu Trusty): status New Confirmed
2014-07-23 08:54:46 Dimitri John Ledkov php5 (Ubuntu Trusty): importance Undecided High
2014-07-23 20:05:23 Liassic bug added subscriber Liassic
2014-08-12 01:29:24 Beat bug added subscriber Beat
2014-08-22 09:26:44 Thomas P bug added subscriber Thomas P
2014-08-22 09:28:49 Thomas P bug task added phpmyadmin (Ubuntu)
2014-10-03 11:53:05 Riccardo Pedrielli bug added subscriber Riccardo Pedrielli
2014-10-14 12:20:06 Launchpad Janitor phpmyadmin (Ubuntu): status New Confirmed
2014-10-14 12:20:06 Launchpad Janitor phpmyadmin (Ubuntu Trusty): status New Confirmed
2014-10-15 21:51:10 CiaranG bug added subscriber CiaranG
2014-10-20 13:50:41 isden bug added subscriber isden
2014-11-07 15:32:00 J. Le Clerc bug added subscriber J. Le Clerc
2014-11-09 19:40:09 Robie Basak bug added subscriber Ubuntu Server Team
2014-12-25 15:18:20 SpiderX bug added subscriber SpiderX
2015-05-12 11:17:12 Alexander Inglessi bug added subscriber glesik
2015-08-07 14:15:18 Robie Basak php5 (Ubuntu): assignee Dimitri John Ledkov (xnox)
2015-08-07 14:15:22 Robie Basak php5 (Ubuntu Trusty): assignee Dimitri John Ledkov (xnox)
2016-01-07 08:38:23 chrisnet46 bug added subscriber chrisnet46
2016-03-22 15:47:40 Nish Aravamudan bug added subscriber Nish Aravamudan
2016-03-22 16:04:58 Nish Aravamudan attachment added php5_5.5.9+dfsg-1ubuntu4.14.5.5.9+dfsg-1ubuntu4.15.debdiff https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1315888/+attachment/4607582/+files/php5_5.5.9+dfsg-1ubuntu4.14.5.5.9+dfsg-1ubuntu4.15.debdiff
2016-03-22 16:24:06 Ubuntu Foundations Team Bug Bot tags patch
2016-03-22 16:24:13 Ubuntu Foundations Team Bug Bot bug added subscriber Ubuntu Sponsors Team
2016-03-26 00:07:28 Heineken php5 (Ubuntu Trusty): status Confirmed In Progress
2016-03-26 00:08:20 Heineken php5 (Ubuntu): status Confirmed In Progress
2016-04-03 07:08:11 Heineken php5 (Ubuntu): status In Progress Confirmed
2016-04-03 07:08:46 Heineken php5 (Ubuntu Trusty): status In Progress Confirmed
2016-04-06 20:59:36 Nish Aravamudan description After upgrading to 14.04, all function Zlib-related function calls (gzopen() etc) fail with "Fatal error: Call to undefined function gzopen() in ...". Function names with 64 added to the end to them (gzopen64() etc) work as expected. Distribution: 14.04 - 32bit version Actual package versions: 5.5.9+dfsg-1ubuntu4 After upgrading to 14.04, all function Zlib-related function calls (gzopen() etc) fail with "Fatal error: Call to undefined function gzopen() in ...". Function names with 64 added to the end to them (gzopen64() etc) work as expected. Distribution: 14.04 - 32bit version Actual package versions: 5.5.9+dfsg-1ubuntu4 [Impact] After upgrading to 14.04, all function Zlib-related function calls (gzopen() etc) fail with "Fatal error: Call to undefined function gzopen() in ...". Function names with 64 added to the end to them (gzopen64() etc) work as expected. By #undef-ing the zlib-related function calls, the internal rename to *64() does not occur in PHP5. [Test Case] On a i386 system: php -r 'var_dump(function_exists("gzopen")); Before: bool(false) After: bool(true) [Regression Potential] The only source of potential regression is if, as a workaround, an end-user modified their code on i386 to use the *64() APIs that were now exposed. This should not be common, and was not done in any official Ubuntu packages.
2016-04-06 21:02:28 Nish Aravamudan php5 (Ubuntu): status Confirmed In Progress
2016-04-06 21:02:33 Nish Aravamudan php5 (Ubuntu): assignee Nish Aravamudan (nacc)
2016-04-14 15:37:01 Michael Terry php5 (Ubuntu Trusty): status Confirmed In Progress
2016-04-14 15:38:20 Michael Terry php5 (Ubuntu): status In Progress Invalid
2016-04-14 15:38:26 Michael Terry phpmyadmin (Ubuntu): status Confirmed Invalid
2016-04-14 15:38:29 Michael Terry phpmyadmin (Ubuntu Trusty): status Confirmed Invalid
2016-04-14 15:39:02 Michael Terry bug added subscriber Ubuntu Stable Release Updates Team
2016-04-14 15:39:04 Michael Terry bug added subscriber Michael Terry
2016-04-14 21:52:24 Mathew Hodson description After upgrading to 14.04, all function Zlib-related function calls (gzopen() etc) fail with "Fatal error: Call to undefined function gzopen() in ...". Function names with 64 added to the end to them (gzopen64() etc) work as expected. Distribution: 14.04 - 32bit version Actual package versions: 5.5.9+dfsg-1ubuntu4 [Impact] After upgrading to 14.04, all function Zlib-related function calls (gzopen() etc) fail with "Fatal error: Call to undefined function gzopen() in ...". Function names with 64 added to the end to them (gzopen64() etc) work as expected. By #undef-ing the zlib-related function calls, the internal rename to *64() does not occur in PHP5. [Test Case] On a i386 system: php -r 'var_dump(function_exists("gzopen")); Before: bool(false) After: bool(true) [Regression Potential] The only source of potential regression is if, as a workaround, an end-user modified their code on i386 to use the *64() APIs that were now exposed. This should not be common, and was not done in any official Ubuntu packages. Distribution: 14.04 - 32bit version Actual package versions: 5.5.9+dfsg-1ubuntu4 [Impact] After upgrading to 14.04, all function Zlib-related function calls (gzopen() etc) fail with "Fatal error: Call to undefined function gzopen() in ...". Function names with 64 added to the end to them (gzopen64() etc) work as expected. By #undef-ing the zlib-related function calls, the internal rename to *64() does not occur in PHP5. [Test Case] On a i386 system: php -r 'var_dump(function_exists("gzopen")); Before: bool(false) After: bool(true) [Regression Potential] The only source of potential regression is if, as a workaround, an end-user modified their code on i386 to use the *64() APIs that were now exposed. This should not be common, and was not done in any official Ubuntu packages.
2016-04-14 21:52:35 Mathew Hodson tags patch patch regression-release
2016-04-14 21:53:27 Mathew Hodson affects wordpress ubuntu-translations
2016-04-14 21:53:45 Mathew Hodson bug task deleted ubuntu-translations
2016-04-14 21:53:55 Mathew Hodson bug task deleted php5 (Ubuntu)
2016-04-14 21:54:06 Mathew Hodson bug task deleted phpmyadmin (Ubuntu)
2016-04-14 21:54:11 Mathew Hodson bug task deleted phpmyadmin (Ubuntu Trusty)
2016-04-20 13:43:48 Chris J Arges php5 (Ubuntu Trusty): status In Progress Fix Committed
2016-04-20 13:43:52 Chris J Arges bug added subscriber SRU Verification
2016-04-20 13:44:06 Chris J Arges tags patch regression-release patch regression-release verification-needed
2016-04-20 13:44:31 Chris J Arges removed subscriber Ubuntu Sponsors Team
2016-04-21 17:51:32 Nish Aravamudan attachment added attachment https://bugs.launchpad.net/bugs/1315888/+attachment/4641664/+files/attachment
2016-04-21 21:19:26 Mathew Hodson php5 (Ubuntu Trusty): status Fix Committed Triaged
2016-04-21 21:21:09 Mathew Hodson bug added subscriber Ubuntu Sponsors Team
2016-04-22 04:43:37 x33a removed subscriber x33a
2016-04-24 06:51:22 Mathew Hodson bug task added php5 (Ubuntu)
2016-04-24 06:53:11 Mathew Hodson php5 (Ubuntu): importance Undecided High
2016-04-24 06:53:14 Mathew Hodson php5 (Ubuntu): status New Fix Released
2016-04-24 18:35:29 Liassic removed subscriber Liassic
2016-05-05 15:34:53 Robie Basak php5 (Ubuntu Trusty): status Triaged In Progress
2016-05-19 01:45:35 Mathew Hodson php5 (Ubuntu Trusty): status In Progress Triaged
2016-05-31 13:40:24 Marc Deslauriers php5 (Ubuntu Trusty): status Triaged In Progress
2016-05-31 13:40:32 Marc Deslauriers removed subscriber Ubuntu Sponsors Team
2016-05-31 13:53:27 Jose bug added subscriber Jose
2016-06-01 12:33:45 Chris J Arges php5 (Ubuntu Trusty): status In Progress Fix Committed
2016-07-17 19:33:19 Ubuntu Foundations Team Bug Bot bug added subscriber Brian Murray
2016-07-17 19:33:22 Ubuntu Foundations Team Bug Bot tags patch regression-release verification-needed patch regression-release verification-failed verification-needed
2016-07-18 17:17:43 Nish Aravamudan tags patch regression-release verification-failed verification-needed patch regression-release verification-needed
2016-08-02 14:57:17 Launchpad Janitor php5 (Ubuntu Trusty): status Fix Committed Fix Released
2016-08-02 14:57:17 Launchpad Janitor cve linked 2015-4116
2016-08-02 14:57:17 Launchpad Janitor cve linked 2015-8873
2016-08-02 14:57:17 Launchpad Janitor cve linked 2015-8876
2016-08-02 14:57:17 Launchpad Janitor cve linked 2015-8935
2016-08-02 14:57:17 Launchpad Janitor cve linked 2016-5093
2016-08-02 14:57:17 Launchpad Janitor cve linked 2016-5094
2016-08-02 14:57:17 Launchpad Janitor cve linked 2016-5095
2016-08-02 14:57:17 Launchpad Janitor cve linked 2016-5096
2016-08-02 14:57:17 Launchpad Janitor cve linked 2016-5114
2016-08-02 14:57:17 Launchpad Janitor cve linked 2016-5385
2016-08-02 14:57:17 Launchpad Janitor cve linked 2016-5399
2016-08-02 14:57:17 Launchpad Janitor cve linked 2016-5768
2016-08-02 14:57:17 Launchpad Janitor cve linked 2016-5769
2016-08-02 14:57:17 Launchpad Janitor cve linked 2016-5771
2016-08-02 14:57:17 Launchpad Janitor cve linked 2016-5772
2016-08-02 14:57:17 Launchpad Janitor cve linked 2016-5773
2016-08-02 14:57:17 Launchpad Janitor cve linked 2016-6288
2016-08-02 14:57:17 Launchpad Janitor cve linked 2016-6289
2016-08-02 14:57:17 Launchpad Janitor cve linked 2016-6290
2016-08-02 14:57:17 Launchpad Janitor cve linked 2016-6291
2016-08-02 14:57:17 Launchpad Janitor cve linked 2016-6292
2016-08-02 14:57:17 Launchpad Janitor cve linked 2016-6294
2016-08-02 14:57:17 Launchpad Janitor cve linked 2016-6295
2016-08-02 14:57:17 Launchpad Janitor cve linked 2016-6296
2016-08-02 14:57:17 Launchpad Janitor cve linked 2016-6297
2019-04-04 05:41:12 Mathew Hodson tags patch regression-release verification-needed patch regression-release