Package Details: php81-bz2 8.1.29-1

Git Clone URL: https://aur.archlinux.org/php81.git (read-only, click to copy)
Package Base: php81
Description: bz2 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.001572
First Submitted: 2021-12-01 12:54 (UTC)
Last Updated: 2024-06-27 11:57 (UTC)

Pinned Comments

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 5 Next › Last »

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

vladimir commented on 2022-01-03 14:45 (UTC)

flickthemanual: I agree. And suggest to add make dependency on smtp-forwarder

flickthemanual commented on 2022-01-03 09:16 (UTC)

re, I Found the problem for me,

in the check methods, you must have sendmail package installed before install the php81 package,

here the line: sapi/cli/php -n -r 'echo ini_get("sendmail_path");' | grep -q '/usr/bin/sendmail'

if you haven't got sendmail installed, you have the check error,

for me, when I installed the sendmail package before, it passed with no error,

see ya all :D and have a good year

flickthemanual commented on 2022-01-03 07:16 (UTC) (edited on 2022-01-03 07:16 (UTC) by flickthemanual)

hi there. got the same here, package clean yay cache clear, fresh source package, etc.

got the ERROR: A failure occurred in check(). message without any precision.

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