Comment 2 for bug 1964687

Revision history for this message
Sergio Durigan Junior (sergiodj) wrote :

Thank you for your bug report.

I could indeed reproduce the problem here by following your instructions from the upstream bug. For those coming after me:

$ lxc launch ubuntu-daily:impish php-bug1964687
$ lxc shell php-bug1964687
# apt update && apt install -y php
# cat > 1.php << EOF
<?php

echo "before<br>";
include "obfuscated.php";
echo "after<br>";

?>
EOF
# (grab the contents of https://3v4l.org/EUeM7 and put them into a file named obfuscated.php)
# sed -i -e 's@^;opcache\.enable=.*@opcache.enable=1@' -e 's@^;opcache\.enable_cli=.*@opcache.enable_cli=1@' /etc/php/8.0/cli/php.ini

Unfortunately, this seems to me like a low priority bug, especially considering that we're nearing Impish's EOL (which will happen in June). Unless you can point us to an upstream patch that fixes this issue, I find it unlikely that a member of our team will have the time to investigate this issue soon. If you are interested and have the time, we certainly encourage bug reporters and community members to drive the process of SRU'ing a fix in this case. Let us know if you would like to do that.

Thanks.