fintech-systems / virtualmin-api

A Virtualmin API designed to run standalone or as part of a Laravel Application
MIT License
6 stars 1 forks source link

Replace wget system call by php-curl call #14

Closed fabiomontefuscolo closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #14 (6bb7364) into main (8be6b14) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##              main     #14   +/-   ##
=======================================
  Coverage     0.00%   0.00%           
  Complexity      26      26           
=======================================
  Files            3       3           
  Lines           64      73    +9     
=======================================
- Misses          64      73    +9     
Impacted Files Coverage Δ
src/VirtualminApi.php 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8be6b14...6bb7364. Read the comment docs.

fabiomontefuscolo commented 3 years ago

I am having problem to execute wget on some Jurassic CentOS 7 servers. A TLS problem happens and wget fails. However, when using php-curl from Remi collection, things work better. That might be an issue for everyone using CentOS 7