Public bug reported:

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_set_parameter(SVN_AUTH_PARAM_DEFAULT_USERNAME, "user");
  svn_auth_set_parameter(SVN_AUTH_PARAM_DEFAULT_PASSWORD, "pass");

//print_r(svn_ls("https://svn.host.se/svn/repos/trunk/";));
//print_r(svn_ls("https://svn.host.se/svn/repos/";));
$contents = 
svn_cat("https://svn.host.se/svn/repos/trunk/sw/2061.MSW/applications/il.c";);
?>

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.

** Affects: php-svn (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1583925

Title:
  php5-svn seg fault when repos_url is https

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-svn/+bug/1583925/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to