➜ ~ php81 -v
[1] 455279 segmentation fault (core dumped) php81 -v
Help please, this happened after installation with some extensions
Git Clone URL: | https://aur.archlinux.org/php81.git (read-only, click to copy) |
---|---|
Package Base: | php81 |
Description: | imap 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: | 11 |
Popularity: | 0.131011 |
First Submitted: | 2021-12-01 12:54 (UTC) |
Last Updated: | 2024-07-24 20:34 (UTC) |
➜ ~ php81 -v
[1] 455279 segmentation fault (core dumped) php81 -v
Help please, this happened after installation with some extensions
The PKGBUILD for this package includes options=(!lto)
. This line should instead say options+=(!lto)
, so as not to override the makepkg.conf options array entirely.
@NigelCunningham memcache extension is not part of PHP distribution itself. Will be added later. Also php81-pecl subpackage is available and should be working. So you can install memcache using it
The memcache extension is missing from the list. Could it be added, please? (I realise I can build it myself in the meantime).
c-client seems missing. I have found it in an old installation.
Read Carefully! Breaking changes in compare with native PHP package
Console version /usr/bin/php81
is installed with php81-cli
subpackage, php81
doesn't include it anymore!!!
PEAR and PECL are available as php81-pear
and php81-pecl
subpackages
All shared modules are respresented as stand-alone subpackages and are not included with php81
package anymore.
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
updated to 8.1.2
New version. More modularization, more bugfixes. PEAR/PECL included now. Libedit enabled for all SAPIS including phpdbg
@el_aur: Same for me, it works for me too, Nice job :D, thank you
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
Console version
/usr/bin/php81
is installed withphp81-cli
subpackage,php81
doesn't include it anymore!!!PEAR and PECL are available as
php81-pear
andphp81-pecl
subpackagesAll shared modules are respresented as stand-alone subpackages and are not included with
php81
package anymore.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