Thank you @el_aur
Search Criteria
Package Details: php80-embed 8.0.30-5
Package Actions
| Git Clone URL: | https://aur.archlinux.org/php80.git (read-only, click to copy) |
|---|---|
| Package Base: | php80 |
| Description: | Embedded PHP SAPI library for php80 |
| Upstream URL: | http://www.php.net |
| Licenses: | PHP |
| Submitter: | muhviehstarr |
| Maintainer: | muhviehstarr (el_aur) |
| Last Packager: | el_aur |
| Votes: | 14 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-12-07 11:10 (UTC) |
| Last Updated: | 2025-12-20 21:58 (UTC) |
Dependencies (64)
- acl (acl-gitAUR)
- argon2 (argon2-gitAUR)
- libedit
- libxcrypt (libxcrypt-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-meson-gitAUR)
- ncurses (ncurses-gitAUR)
- pcre2 (pcre2-gitAUR)
- php80AUR
- systemd-libs (systemd-libs-selinuxAUR, unshitted-systemd-libsAUR, systemd-liberated-libs-gitAUR, systemd-libs-gitAUR)
- acl (acl-gitAUR) (make)
- apache (apache-gitAUR) (make)
- argon2 (argon2-gitAUR) (make)
- aspell (aspell-gitAUR, aspell-gitAUR) (make)
- autoconf (autoconf-gitAUR) (make)
- automake (automake-gitAUR) (make)
- bash (bash-gitAUR, bash-devel-gitAUR) (make)
- c-clientAUR (make)
- coreutils (coreutils-gitAUR, coreutils-selinuxAUR, uutils-coreutils-git-binAUR, uutils-coreutils-gitAUR) (make)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- db5.3 (make)
- Show 44 more dependencies...
Required by (0)
Sources (15)
- debian-php-8.0.patch
- https://php.net/distributions/php-8.0.30.tar.xz
- icu-74-php-7.4.patch
- libxml-21200-php-8.0.patch
- libxml-attribute-php-8.0.patch
- libxml-pear-php-8.0.patch
- make-tests.patch
- openssl-sslv3-consts.patch
- pear-config-patcher.php
- php-apache.conf
- php-libxml.patch
- php-makefile-patcher.php
- php-phpinfo.patch
- timezonedb-guess.patch
- timezonedb-php8.0.patch
muhviehstarr commented on 2022-02-03 18:52 (UTC)
el_aur commented on 2022-02-03 18:50 (UTC)
Read Carefully! Breaking changes in compare with native PHP package
-
Console version
/usr/bin/php80is installed withphp80-clisubpackage,php80doesn't include it anymore!!! -
PEAR and PECL are available as
php80-pearandphp80-peclsubpackages -
All shared modules are respresented as stand-alone subpackages and are not included with
php80package anymore. -
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
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
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:
el_aur commented on 2022-02-03 18:50 (UTC)
Read Carefully! Breaking changes in compare with native PHP package
Console version
/usr/bin/php80is installed withphp80-clisubpackage,php80doesn't include it anymore!!!PEAR and PECL are available as
php80-pearandphp80-peclsubpackagesAll shared modules are respresented as stand-alone subpackages and are not included with
php80package anymore.No more extensions in php.ini itself!
Separate INI files for each extension are placed in
/etc/php80/conf.dThey are loaded in correct order according to priority