Comment 5 for bug 1583925

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

Fun, if one disable curl extension in php (by running php5dismod curl) and instead loading curl as argument to php like this:

php -dextension=/usr/lib/php5/20121212/curl.so test.php

Does not make it segfault but still works as expected.