Search Criteria
Package Details: php-http 4.2.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/php-http.git (read-only, click to copy) |
---|---|
Package Base: | php-http |
Description: | Aims to provide a convenient and powerful set of functionality for one of PHPs major applications |
Upstream URL: | https://mdref.m6w6.name/http |
Keywords: | pecl |
Licenses: | BSD |
Submitter: | J5lx |
Maintainer: | J5lx |
Last Packager: | J5lx |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2017-01-03 13:54 (UTC) |
Last Updated: | 2021-09-16 05:59 (UTC) |
Latest Comments
J5lx commented on 2018-01-11 20:27 (UTC)
Fixed!
ozderi commented on 2018-01-07 04:52 (UTC) (edited on 2018-01-07 04:53 (UTC) by ozderi)
The build broke after some recent update (cannot remember when exactly). Running 'make' show several errors related to re-definition of IDNA enumeration constants respectively in /usr/include/idna.h and /usr/include/idn2.h. Same error with 'pecl install pecl_http'.
I took a very wrong way to 'solve' this issue (after trying some harmless but useless ones): 1) force removal of libidn2 (pacman -Rdd) 2) manual install of pecl_http from source Then I realized that libidn2 is required for pacman... So I re-compiled it and copied the files, and finally everything looks fine (but don't do that).
What was the clean way to go ? :) Was I alone with this error ?