@NigelCunningham memcache extension is not part of PHP distribution itself. Will be added later. Also php81-pecl subpackage is available and should be working. So you can install memcache using it
Search Criteria
Package Details: php81-xmlwriter 8.1.16-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/php81.git (read-only, click to copy) |
---|---|
Package Base: | php81 |
Description: | xmlwriter module for php81 |
Upstream URL: | http://www.php.net |
Keywords: | 8.1 php php8 |
Licenses: | PHP |
Submitter: | el_aur |
Maintainer: | el_aur |
Last Packager: | el_aur |
Votes: | 7 |
Popularity: | 0.059970 |
First Submitted: | 2021-12-01 12:54 (UTC) |
Last Updated: | 2023-02-21 12:01 (UTC) |
Dependencies (56)
- php81-xml
- acl (acl-git) (make)
- apache (apache-git) (make)
- argon2 (argon2-git) (make)
- aspell (aspell-git) (make)
- autoconf (autoconf-git) (make)
- automake (automake-1.7, automake-git, automake-1.11, automake-1.15, automake-1.14) (make)
- bash (bash-devel-git, bash-devel-static-git, bash-git, bash-xdg) (make)
- c-client (make)
- coreutils (coreutils-git, coreutils-hybrid-git, coreutils-selinux, coreutils-hybrid) (make)
- curl (curl-minimal-git, curl-git) (make)
- db5.3 (make)
- e2fsprogs (e2fsprogs-git) (make)
- enchant (enchant-pure) (make)
- findutils (findutils-git, findutils-selinux) (make)
- freetds (freetds-patched-enum, freetds-krb5) (make)
- gawk (make)
- gd (gd-git) (make)
- gmp (gmp-hg) (make)
- hspell (make)
- Show 36 more dependencies...
Required by (0)
Sources (9)
el_aur commented on 2023-02-22 12:18 (UTC) (edited on 2023-02-23 10:04 (UTC) by el_aur)
NigelCunningham commented on 2023-01-24 01:10 (UTC) (edited on 2023-01-24 01:14 (UTC) by NigelCunningham)
The memcache extension is missing from the list. Could it be added, please? (I realise I can build it myself in the meantime).
celogeek commented on 2023-01-14 11:24 (UTC)
c-client seems missing. I have found it in an old installation.
el_aur commented on 2022-02-02 08:43 (UTC) (edited on 2022-02-04 11:28 (UTC) by el_aur)
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 php81
Install with pacman -S
packages you need or all PHP 8.1 packages with:
sudo pacman -S $(pacman -Ssq | grep '^php81')
el_aur commented on 2022-01-27 12:09 (UTC) (edited on 2022-01-27 15:19 (UTC) by el_aur)
Read Carefully! Breaking changes in compare with native PHP package
-
Console version
/usr/bin/php81
is installed withphp81-cli
subpackage,php81
doesn't include it anymore!!! -
PEAR and PECL are available as
php81-pear
andphp81-pecl
subpackages -
All shared modules are respresented as stand-alone subpackages and are not included with
php81
package anymore. -
No more extensions in php.ini itself!
Separate INI files for each extension are placed in /etc/php81/conf.d
They are loaded in correct order according to priority
el_aur commented on 2022-01-21 13:31 (UTC)
updated to 8.1.2
el_aur commented on 2022-01-21 12:23 (UTC)
New version. More modularization, more bugfixes. PEAR/PECL included now. Libedit enabled for all SAPIS including phpdbg
flickthemanual commented on 2022-01-09 09:22 (UTC)
@el_aur: Same for me, it works for me too, Nice job :D, thank you
vladimir commented on 2022-01-07 19:07 (UTC)
@el_aur: Thank you! It works for me.
el_aur commented on 2022-01-05 11:04 (UTC)
@vladimir @flickthemanual updated pkgbuild with smtp-forwarder makedep
Pinned Comments
el_aur commented on 2022-02-02 08:43 (UTC) (edited on 2022-02-04 11:28 (UTC) by el_aur)
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):
Then run the following as root
Refresh packages database
Now search for php packages you need:
Install with
pacman -S
packages you need or all PHP 8.1 packages with:el_aur commented on 2022-01-27 12:09 (UTC) (edited on 2022-01-27 15:19 (UTC) by el_aur)
Read Carefully! Breaking changes in compare with native PHP package
Console version
/usr/bin/php81
is installed withphp81-cli
subpackage,php81
doesn't include it anymore!!!PEAR and PECL are available as
php81-pear
andphp81-pecl
subpackagesAll shared modules are respresented as stand-alone subpackages and are not included with
php81
package anymore.No more extensions in php.ini itself!
Separate INI files for each extension are placed in
/etc/php81/conf.d
They are loaded in correct order according to priority