phpxmlrpc icon indicating copy to clipboard operation
phpxmlrpc copied to clipboard

Unit tests fail with php 5.4 to 7.1 in Ubuntu Focal and later

Open gggeek opened this issue 3 years ago • 1 comments
trafficstars

All the tests using the "ssl stream wrapper" transport currently fail when run on Ubuntu 20/22 with php 5.4, 5.5, 5.6, 7.0 and 7.1.

The same tests pass both when using different php versions, and when using different ubuntu versions.

This makes me think that there is an issue in the usage of the underlying ssl library by php - it might be due to how the Sury .deb packages are compiled, or that we are just missing some stream context options...

gggeek avatar Dec 07 '21 17:12 gggeek

Note that GitHub does not allow running tests on ubuntu 20 (focal) any more

gggeek avatar Jun 10 '25 20:06 gggeek