Package Details: php81-ffi 8.1.28-1

Git Clone URL: https://aur.archlinux.org/php81.git (read-only, click to copy)
Package Base: php81
Description: ffi 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: 10
Popularity: 0.005418
First Submitted: 2021-12-01 12:54 (UTC)
Last Updated: 2024-04-18 17:53 (UTC)

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):

[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

  1. Console version /usr/bin/php81 is installed with php81-cli subpackage, php81 doesn't include it anymore!!!

  2. PEAR and PECL are available as php81-pear and php81-pecl subpackages

  3. All shared modules are respresented as stand-alone subpackages and are not included with php81 package anymore.

  4. 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

Latest Comments

« First ‹ Previous 1 2 3 4

el_aur commented on 2022-01-02 13:21 (UTC)

@Rtransat re-download with fresh source package. kill yay cache etc.

Rtransat commented on 2022-01-01 16:24 (UTC)

@el_aur Still the same error.

el_aur commented on 2021-12-31 10:39 (UTC) (edited on 2021-12-31 10:39 (UTC) by el_aur)

@vladimir @zarikx @Rtransat fixed, please try

zarikx commented on 2021-12-28 21:24 (UTC) (edited on 2021-12-28 21:24 (UTC) by zarikx)

Hi! There is an error, that I'm getting:

==> Starting check()...
~/.cache/yay/php81/src/php-8.1.1 ~/.cache/yay/php81/src
make: *** No rule to make target 'test'.  Stop.
==> ERROR: A failure occurred in check().
    Aborting...

Rtransat commented on 2021-12-28 14:47 (UTC)

I have an error at the end during the check()

~/.cache/yay/php81/src/php-8.1.1 ~/.cache/yay/php81/src ==> ERROR : An error occurred in check().

Nothing more :/

el_aur commented on 2021-12-25 07:09 (UTC)

@vladimir thanks for remark. Will update when back from vacation

vladimir commented on 2021-12-20 16:01 (UTC)

Hi! Thank you, for providing this package.

Could you, please, add systemd to makedepends? Otherwise it doesn't build in chroot.