[Bug 1674892] Re: zend_print_flat_zval_r doesn't consider reference
** Description changed: + [Impact] + + * Users hit an error with PHP7.0 when zend_print_flat_zval_r doesn't + consider a reference. + + The following error may be triggered: + PHP Notice: Array to string conversion; + Catchable fatal error: Object could not be converted to string. + + [Test Case] + + * From the upstream bug: + + $a = array('a'); + class b{}; + $b = new b; + $test[] =& $a; + $test[] =& $b; + test($test); + function test() { + debug_print_backtrace(); + } + + Expected result: + + #0 test(Array ([0] => Array ([0] => a),[1] => b Object ())) called at [/Users/playcrab/Documents/code/php/test/test7.php:7] + + Actual result: + -- + #0 test(Array ([0] => PHP Notice: Array to string conversion in /Users/playcrab/Documents/code/php/test/test7.php on line 9 + PHP Stack trace: + PHP 1. {main}() /Users/playcrab/Documents/code/php/test/test7.php:0 + PHP 2. test() /Users/playcrab/Documents/code/php/test/test7.php:7 + PHP 3. debug_print_backtrace() /Users/playcrab/Documents/code/php/test/test7.php:9 + PHP Catchable fatal error: Object of class b could not be converted to string in /Users/playcrab/Documents/code/php/test/test7.php on line 9 + PHP Stack trace: + PHP 1. {main}() /Users/playcrab/Documents/code/php/test/test7.php:0 + PHP 2. test() /Users/playcrab/Documents/code/php/test/test7.php:7 + PHP 3. debug_print_backtrace() /Users/playcrab/Documents/code/php/test/test7.php:9 + + Notice: Array to string conversion in + /Users/playcrab/Documents/code/php/test/test7.php on line 9 + + Call Stack: + 0.0068 353088 1. {main}() /Users/playcrab/Documents/code/php/test/test7.php:0 + 0.0080 353928 2. test() /Users/playcrab/Documents/code/php/test/test7.php:7 + 0.0080 353928 3. debug_print_backtrace() /Users/playcrab/Documents/code/php/test/test7.php:9 + + Array,[1] => + Catchable fatal error: Object of class b could not be converted to string in /Users/playcrab/Documents/code/php/test/test7.php on line 9 + + Call Stack: + 0.0068 353088 1. {main}() /Users/playcrab/Documents/code/php/test/test7.php:0 + 0.0080 353928 2. test() /Users/playcrab/Documents/code/php/test/test7.php:7 + 0.0080 353928 3. debug_print_backtrace() /Users/playcrab/Documents/code/php/test/test7.php:9 + + + [Regression Potential] + + * I believe the regression potential is low to zero for this fix (via + 7.0.18 upstream). The reason is that the code as-is in 16.04 does not + work and leads to backtraces. The fix introduce upstream resolves the + issue. + + --- + https://bugs.php.net/bug.php?id=73916 We've hit this bug in 7.0.15, the current/latest version for Xenial. It was fixed in 7.0.16 by php.net, Feb 16 2017. It would be nice if Xenials packages would be updated to reflect this fix. Patch: http://git.php.net/?p=php- src.git;a=blobdiff;f=Zend/zend.c;h=2a47e9244ba787a2ad35e9220171b04d1a5de634;hp=3f3ca75e382b1dec98fd138307d812f36f02251e;hb=04379bcb1df25a9f9cc1d440f5c12105b9fbaf97;hpb=bd75f9e61375c7632bb55b0d49b470ecd94e8ec7 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php7.0 in Ubuntu. https://bugs.launchpad.net/bugs/1674892 Title: zend_print_flat_zval_r doesn't consider reference To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1674892/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1484376] Re: purge-old-kernels doesn't work when minor kernel version numbers add a digit
purge-old-kernels has been deprecated, in favor of "apt autoremove". If you have problems, please file bugs against apt. ** Changed in: byobu Status: New => Won't Fix ** Changed in: bikeshed (Ubuntu) Status: New => Won't Fix ** Changed in: byobu (Ubuntu) Status: New => Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1484376 Title: purge-old-kernels doesn't work when minor kernel version numbers add a digit To manage notifications about this bug go to: https://bugs.launchpad.net/byobu/+bug/1484376/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1569228] Re: purge-old-kernels may purge meta kernel(s) and consequently stop kernels updates from being offered.
purge-old-kernels has been deprecated, in favor of "apt autoremove". If you have problems, please file bugs against apt. ** Changed in: bikeshed Status: Confirmed => Won't Fix ** Changed in: byobu Status: Fix Committed => Won't Fix ** Changed in: bikeshed (Ubuntu) Status: New => Won't Fix ** Changed in: byobu (Ubuntu) Status: Triaged => Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to byobu in Ubuntu. https://bugs.launchpad.net/bugs/1569228 Title: purge-old-kernels may purge meta kernel(s) and consequently stop kernels updates from being offered. To manage notifications about this bug go to: https://bugs.launchpad.net/bikeshed/+bug/1569228/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1595977] Re: purge-old-kernels produces an incorrect result with secure boot enabled
purge-old-kernels has been deprecated, in favor of "apt autoremove". If you have problems, please file bugs against apt. ** Changed in: byobu Status: Fix Committed => Won't Fix ** Changed in: byobu (Ubuntu) Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to byobu in Ubuntu. https://bugs.launchpad.net/bugs/1595977 Title: purge-old-kernels produces an incorrect result with secure boot enabled To manage notifications about this bug go to: https://bugs.launchpad.net/byobu/+bug/1595977/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1685338] Re: purge-old-kernels sorts kernels incorrectly
purge-old-kernels has been deprecated, in favor of "apt autoremove". If you have problems, please file bugs against apt. ** Changed in: byobu (Ubuntu) Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to byobu in Ubuntu. https://bugs.launchpad.net/bugs/1685338 Title: purge-old-kernels sorts kernels incorrectly To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1685338/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1671880] Re: purge-old-kernels fails on ppc64el
purge-old-kernels has been deprecated, in favor of "apt autoremove". If you have problems, please file bugs against apt. ** Changed in: byobu (Ubuntu) Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1671880 Title: purge-old-kernels fails on ppc64el To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1671880/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1686138] Re: purge-old-kernels is superseded by "apt autoremove"
** Changed in: byobu (Ubuntu) Assignee: (unassigned) => Dustin Kirkland (kirkland) ** Changed in: byobu (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1686138 Title: purge-old-kernels is superseded by "apt autoremove" To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1686138/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1667834] Re: Defer php7.1 to Artful
** Changed in: php7.1 (Ubuntu) Status: Triaged => Fix Committed ** Also affects: php-defaults (Ubuntu) Importance: Undecided Status: New ** Changed in: php-defaults (Ubuntu) Status: New => In Progress ** Changed in: php-defaults (Ubuntu) Assignee: (unassigned) => Nish Aravamudan (nacc) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php-defaults in Ubuntu. https://bugs.launchpad.net/bugs/1667834 Title: Defer php7.1 to Artful To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/php-defaults/+bug/1667834/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1685338] Re: purge-old-kernels sorts kernels incorrectly
** Changed in: byobu (Ubuntu) Assignee: (unassigned) => Dustin Kirkland (kirkland) ** Changed in: byobu (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to byobu in Ubuntu. https://bugs.launchpad.net/bugs/1685338 Title: purge-old-kernels sorts kernels incorrectly To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1685338/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs