Activity log for bug #1572465

Date Who What changed Old value New value Message
2016-04-20 09:25:48 tracey jaquith bug added bug
2016-04-20 18:49:04 Launchpad Janitor php7.0 (Ubuntu): status New Confirmed
2016-04-20 19:37:20 tracey jaquith bug watch added http://bugs.php.net/bug.php?id=71624
2016-04-21 02:07:36 Nish Aravamudan php7.0 (Ubuntu): assignee Nish Aravamudan (nacc)
2016-04-21 02:07:38 Nish Aravamudan php7.0 (Ubuntu): status Confirmed In Progress
2016-04-21 02:22:13 Nish Aravamudan attachment added attachment https://bugs.launchpad.net/bugs/1572465/+attachment/4641124/+files/attachment
2016-04-21 02:22:43 Nish Aravamudan bug added subscriber Ubuntu Sponsors Team
2016-04-21 21:28:53 Mathew Hodson tags xenial
2016-04-21 21:30:10 Mathew Hodson php7.0 (Ubuntu): importance Undecided Medium
2016-04-24 19:51:55 Mathew Hodson nominated for series Ubuntu Xenial
2016-04-25 09:51:36 Daniel Holbach bug task added php7.0 (Ubuntu Xenial)
2016-04-25 12:46:02 Daniel Holbach php7.0 (Ubuntu): status In Progress Fix Committed
2016-04-25 16:21:43 Mathew Hodson php7.0 (Ubuntu Xenial): importance Undecided Medium
2016-04-26 10:08:31 Launchpad Janitor php7.0 (Ubuntu): status Fix Committed Fix Released
2016-04-26 19:19:34 Nish Aravamudan description last char of lines to "php -R" seem to be missing final (non-whitespace chars). example: root@www-vagrant (xenial) 9:22AM ~ > /usr/bin/php7.0 -v; echo; /bin/echo ruhro | /usr/bin/php7.0 -R 'echo "$argn\n";'; echo PHP 7.0.4-7ubuntu2 (cli) ( NTS ) Copyright (c) 1997-2016 The PHP Group Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies ruhr In this example, it should print "ruhro" (same as the input). ( I am using vagrant on a mac: ubuntu/xenial64 (virtualbox, 20160418.0.0) ) lsb_release -rd Description: Ubuntu 16.04 LTS Release: 16.04 last char of lines to "php -R" seem to be missing final (non-whitespace chars). [Impact] * Users expect `php -R` to execute the entire provided string. [Test Case] * /bin/echo ruhro | /usr/bin/php7.0 -R 'echo "$argn\n";' Should print "ruhro", but prints "ruhr" without the specified fix. [Regression Potential] * There is very little chance of regression as the bugfix in question is an upstream backport. The only possibility would seem to be a user's PHP script relying on the now-broken behavior, but I find it challenging to think of a way that could actually be done. [Other Info] * Test build at https://launchpad.net/~nacc/+archive/ubuntu/lp1572465 was successfully tested by the original reporter.
2016-05-19 01:58:15 Mathew Hodson php7.0 (Ubuntu Xenial): status New Triaged
2016-05-20 20:32:11 Mathew Hodson tags xenial patch xenial
2016-06-29 22:18:44 Nish Aravamudan php7.0 (Ubuntu Xenial): status Triaged Fix Committed
2016-07-01 07:44:49 Martin Pitt removed subscriber Ubuntu Sponsors Team