Package Details: php82-pecl 8.2.18-1

Git Clone URL: https://aur.archlinux.org/php82.git (read-only, click to copy)
Package Base: php82
Description: PHP Extension Community Library (PECL) for php82
Upstream URL: http://www.php.net
Licenses: PHP
Submitter: el_aur
Maintainer: el_aur
Last Packager: el_aur
Votes: 3
Popularity: 0.012132
First Submitted: 2022-07-26 18:36 (UTC)
Last Updated: 2024-04-18 17:57 (UTC)

Pinned Comments

el_aur commented on 2023-03-01 21:08 (UTC)

Created binary repository on build.opensuse.org

https://build.opensuse.org/project/show/home:el:archphp

For Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):

[home_el_archphp_Arch]
Server = https://download.opensuse.org/repositories/home:/el:/archphp/Arch/$arch

Then run the following as root

key=$(curl -fsSL https://download.opensuse.org/repositories/home:el:archphp/Arch/$(uname -m)/home_el_archphp_Arch.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')
pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"

Refresh packages database

pacman -Syy

Now search for php packages you need:

pacman -Ss php82

Install with pacman -S packages you need or all PHP 8.2 packages with:

sudo pacman -S $(pacman -Ssq | grep '^php82')

Latest Comments

« First ‹ Previous 1 2 3

markc commented on 2023-01-13 02:22 (UTC)

Are these packages meant to all build successfully?

I'm getting a heap of errors for at least php82-xmlwriter and php82-dom, and probably others that I have not tried to build yet. The main packages do build, php82, -cli, -fpm etc.