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
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]