Bug 1449142
| Summary: | php-pecl-http: switch to libidn2 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Nikos Mavrogiannopoulos <nmavrogi> |
| Component: | php-pecl-http | Assignee: | Remi Collet <fedora> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | fedora |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-05-09 11:29:32 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1439723 | ||
|
Description
Nikos Mavrogiannopoulos
2017-05-09 09:40:04 UTC
A bit more comple fox this extension which expose these functions to user land. BTW, this extension can use - libicu (both 2003 and 2008) - libidn (2003) - libidn2 (2008) - libidnkit - libidnkit2 So dropping libidn dependency, and only requires on libicu seems the way to go. I'd use libidn2 due to being more compact than libicu, but libicu change seems reasonable if that would bring IDNA2008. Additional information: This extension use 2008 by default (excepted if option force 2003 usage) Fixed in: http://pkgs.fedoraproject.org/cgit/rpms/php-pecl-http.git/commit/?h=master&id=572a49493e516c29f7b357db22bb8fc1644cab2e thank you |