Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 2.2.3

Request #28662 Minimum supported PHP version?
Submitted: 2024-11-25 15:03 UTC
From: reedy Assigned: tkli
Status: Closed Package: Net_URL2 (version 2.1.2)
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  


 [2024-11-25 15:03 UTC] reedy (Sam Reed)
Description: ------------ Testing over at https://github.com/pear/Net_URL2 is based on a probably broken .travis.yml file... https://github.com/pear/Net_URL2/blob/master/composer.json#L34 declares PHP as being `>=5.1.4`, with some ancient version of PHPUnit etc... It would be nice to update the library to some modern PHP versions (at least 7.x), getting testing running using probably .github actions and the like. Just wondering if anyone has any preferences... https://pear.php.net/bugs/bug.php?id=28649 reports a bug in terms of PHP 8.4 support, which I've put a fix up for... And started to move CI over in https://github.com/pear/Net_URL2/pull/15 too

Comments

 [2024-11-25 18:37 UTC] reedy (Sam Reed)
7.1.0 would be needed, at least; see https://3v4l.org/F0lJH
 [2025-03-11 23:43 UTC] tkli (Tom Klingenberg)
-Status: Open +Status: Closed -Assigned To: +Assigned To: tkli
Thank you for taking care with the Travis-CI removal. The code is PHP 5 to 8. We don't have any tests against PHP versions below PHP 5.3. It's a bit more cleaned up now on https://github.com/ktomk/Net_URL2 . I've also seen #28649 and https://github.com/pear/Net_URL2/pull/15 is merged.