Comment 14 for bug 63141

Revision history for this message
Russell Smith (mr-russ) wrote :

Hi,

I've taken the latest version of the PG patch and backported it to 8.3.3 as released in hardy.

Before the application of the below patch, the segfault appears on the following code;

<?php
$conn = pg_connect('host=localhost dbname=postgres sslmode=require');
?>

After the patch application. No segfault is experienced.

That said, I'm not experienced enough with SSL to be sure I've back ported the patch properly.