Package Details: php80-exif 8.0.30-1

Git Clone URL: https://aur.archlinux.org/php80.git (read-only, click to copy)
Package Base: php80
Description: exif module for php80
Upstream URL: http://www.php.net
Licenses: PHP
Submitter: muhviehstarr
Maintainer: muhviehstarr (el_aur)
Last Packager: el_aur
Votes: 15
Popularity: 0.000475
First Submitted: 2020-12-07 11:10 (UTC)
Last Updated: 2023-11-23 15:15 (UTC)

Pinned Comments

muhviehstarr commented on 2022-08-08 07:32 (UTC) (edited on 2022-10-18 12:04 (UTC) by muhviehstarr)

binaries can be found here, currently the packages are not signed , i will add this when i got some time

https://files.it-kraut.net/php80/

pacman.conf:

[php80]
SigLevel = Optional TrustAll
Server = https://files.it-kraut.net/php80

el_aur commented on 2022-02-03 18:50 (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 php80

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

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

el_aur commented on 2022-02-03 18:50 (UTC)

Read Carefully! Breaking changes in compare with native PHP package

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

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

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

  4. No more extensions in php.ini itself!

Separate INI files for each extension are placed in /etc/php80/conf.d

They are loaded in correct order according to priority

Latest Comments

« First ‹ Previous 1 2 3 4 5 6

muhviehstarr commented on 2020-12-27 18:46 (UTC)

@dfjigdfijgojio

fix your gpg config(keyserver)

basemax commented on 2020-12-25 18:13 (UTC)

:: There are 2 providers available for php80:
:: Repository AUR
    1) php80 2) php80-zts 

Enter a number (default=1): 1
 -> could not open file /var/lib/pacman/local/binutils-2.35-2/desc: No such file or directory
 -> could not open file /var/lib/pacman/local/bison-3.6.4-1/desc: No such file or directory
 -> could not open file /var/lib/pacman/local/fakeroot-1.24-2/desc: No such file or directory
 -> could not open file /var/lib/pacman/local/gcc-10.2.0-2/desc: No such file or directory
 -> could not open file /var/lib/pacman/local/gcc-libs-10.2.0-2/desc: No such file or directory
 -> could not open file /var/lib/pacman/local/git-2.28.0-1/desc: No such file or directory
 -> could not open file /var/lib/pacman/local/grep-3.4-1/desc: No such file or directory
 -> could not open file /var/lib/pacman/local/pacman-5.2.2-2/desc: No such file or directory
:: Checking for conflicts...
:: Checking for inner conflicts...
[Repo Make:10]  apr-1.7.0-3  apr-util-1.6.1-8  apache-2.4.46-3  aspell-0.60.8-2  c-client-2007f-11  tidy-5.7.16-2  unixodbc-2.3.9-1  tinycdb-0.78-4  postfix-3.5.8-3  freetds-1.2.12-1
[Aur:1]  php80-8.0.0-1

==> Remove make dependencies after install? [y/N] n
:: Downloaded PKGBUILD (1/1): php80
  1 php80                                    (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> n
:: (1/1) Parsing SRCINFO: php80

:: PGP keys need importing:
 -> CBAF69F173A0FEA4B537F470D66C9593118BCCB6, required by: php80
 -> 1729F83938DA44E27BA0F4D3DBDB397470D12172, required by: php80
 -> F38252826ACD957EF380D39F2F7956BC5DA04B5D, required by: php80
==> Import? [Y/n] y
:: Importing keys with gpg...
gpg: keyserver receive failed: General error
problem importing keys

Gonzo2028 commented on 2020-12-16 15:34 (UTC)

does not build for me.

Number of tests : 3978 3899 Tests skipped : 79 ( 2.0%) -------- Tests warned : 0 ( 0.0%) ( 0.0%) Tests failed : 2 ( 0.1%) ( 0.1%) Expected fail : 3 ( 0.1%) ( 0.1%) Tests passed : 3894 ( 97.9%) ( 99.9%)


Time taken : 7 seconds

===================================================================== EXPECTED FAILED TEST SUMMARY


Inconsistencies when accessing protected members [Zend/tests/access_modifiers_008.phpt] XFAIL REASON: Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2 Inconsistencies when accessing protected members - 2 [Zend/tests/access_modifiers_009.phpt] XFAIL REASON: Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2 Test open_basedir configuration [tests/security/open_basedir_linkinfo.phpt] XFAIL REASON: BUG: open_basedir cannot delete symlink to prohibited file. See also bugs 48111 and 52176. =====================================================================

===================================================================== FAILED TEST SUMMARY


Test that there is no arginfo/zpp mismatch [Zend/tests/arginfo_zpp_mismatch.phpt] Test that there is no arginfo/zpp mismatch in strict mode [Zend/tests/arginfo_zpp_mismatch_strict.phpt] ===================================================================== make: *** [Makefile:289: test] Fehler 1