[php-maint] Bug#411982: still segmentation fault

Philipp Wollermann philipp at igowo.de
Sat May 12 20:12:46 UTC 2007


Hello,

this bug also occurs on my system (lenny) using php5-cli 5.2.0-10 with
php5-pgsql and php5-curl installed.

To reproduce, simply create a php file "test.php"

#!/usr/bin/php
<?php
  $db = pg_connect("host=localhost dbname=xyz user=xyz password=xyz");
?>

# php ./test.php
Segmentation fault.

When I disable the curl extension, it works perfectly. How can I help to
fix this issue? :)

Regards,
Philipp Wollermann






More information about the pkg-php-maint mailing list