Comment 11 for bug 1522900

Revision history for this message
Richard Laager (rlaager) wrote :

This can be reproduced using one of the built-in examples:
sed "s|\.\./gettext.inc|/usr/share/php/php-gettext/gettext.inc|" /usr/share/doc/php-gettext/examples/pigs_dropin.php | php

Or in Yakkety:
sed "s|\.\./gettext.inc|/usr/share/php/php-gettext/gettext.inc|" /usr/share/doc/php-php-gettext/examples/pigs_dropin.php | php

I'm attaching debdiffs for both Xenial and Yakkety which integrate dregad's patch. I've confirmed that the bug exists before and is fixed after.