Ticket #925 (closed New feature: fixed)

Opened 2 years ago

Last modified 2 years ago

sendHttpRequest - have a fallback when fsockopen is in disable_functions

Reported by: vipsoft Owned by: vipsoft
Priority: normal Milestone: Piwik 0.4.4
Component: Core Keywords:
Cc: Sensitive: no

Description

In #793, we rewrote sendHttpRequest because allow_url_fopen is often disabled. It seems fsockopen is a similar casualty of overzealous sysadmins.

Change History

Changed 2 years ago by vipsoft

  • status changed from new to closed
  • resolution set to fixed

In [1391], fixes #925, refs #793 - provide curl and stream methods (as originally proposed by Uli)

Order of preference: curl (6s), stream (10s), socket (13s) to d/l latest.zip

Add Piwik::getTransportMethod() and add to Installation system check

Note: See TracTickets for help on using tickets.