Comment 2 for bug 1583925

Revision history for this message
Anders Sandblad (arune) wrote :

Tried reproduce this in a container:

lxc launch ubuntu:14.04 testphp
lxc exec testphp -- bash

apt install php5-cli php5-svn

create test.php according above script

php test.php gives no output

then install php5-curl:

apt install php5-curl

and then run the script again and see it fail with segmentation fault.