Package Details: php80-dom 8.0.30-4

Git Clone URL: https://aur.archlinux.org/php80.git (read-only, click to copy)
Package Base: php80
Description: dom 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.000018
First Submitted: 2020-12-07 11:10 (UTC)
Last Updated: 2024-07-26 09:24 (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)

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

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

muhviehstarr commented on 2022-02-03 18:40 (UTC)

@el_aur sorry i'm on vacation. i have added you

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

can you make me co-maintainer pls?

el_aur commented on 2022-02-02 15:57 (UTC) (edited on 2022-02-02 15:57 (UTC) by el_aur)

Have created repo where I put all PHP versions since 5.3 up to 8.1 as binary packages

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

celogeek commented on 2022-01-30 16:58 (UTC)

php 8.0.15 is out since january. It compiled well with this package:

pkgver=8.0.15

the current version failed to compile.

I use this one because I use nextcloud, and nextcloud doesn't support php 8.1 yet.

snuffop commented on 2022-01-27 19:23 (UTC)

How do we pull the upstream into this build

LanceB98 commented on 2022-01-27 19:01 (UTC) (edited on 2022-01-27 19:04 (UTC) by LanceB98)

My builds are failing with

In file included from /home/[user]/.cache/yay/php80/src/php-8.0.1/ext/intl/breakiterator/breakiterator_class.cpp:21:
/home/lance/.cache/yay/php80/src/php-8.0.1/ext/intl/breakiterator/codepointiterator_internal.h:40:31: error: conflicting return type specified for ‘virtual UBool PHP::CodePointBreakIterator::operator==(const icu_70::BreakIterator&) const’
   40 |                 virtual UBool operator==(const BreakIterator& that) const;
      |                               ^~~~~~~~
In file included from /home/[user]/.cache/yay/php80/src/php-8.0.1/ext/intl/breakiterator/breakiterator_class.cpp:19:
/usr/include/unicode/brkiter.h:127:18: note: overridden function is ‘virtual bool icu_70::BreakIterator::operator==(const icu_70::BreakIterator&) const’
  127 |     virtual bool operator==(const BreakIterator&) const = 0;
      |                  ^~~~~~~~
make: *** [Makefile:1318: ext/intl/breakiterator/breakiterator_class.lo] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: php80

It seems to be fixed upstream

el_aur commented on 2022-01-27 15:31 (UTC)

Hi guys. Wanna adopt this package. Have made universal builds for all PHP versions 5.3-8.1. Maintaining already php55, php72, php73, php74, php81 in AUR

muhviehstarr commented on 2021-01-17 00:32 (UTC)

@chindit thanks , i have added the deps

Gonzo2028 commented on 2021-01-16 18:18 (UTC)

works great now ;). Thank you!