php5-svn seg fault when repos_url is https
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
php-svn (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Tested on Ubuntu 14.04 with php5-svn (1.0.2-2).
When doing a query to a remote repos with svn_ls or svn_cat (those are the only functions I've tested) over https the script seg faults at the end of executing the script, not during.
Test script:
<?php
svn_auth_
svn_auth_
//print_r(svn_ls("https:/
//print_r(svn_ls("https:/
$contents = svn_cat("https:/
?>
All of those make the script output
Segmentation fault (core dumped)
at the end of executing the script.
Running with http instead of https works fine.
Oh! This only happens when php5-curl is installed!!