@joao.sa yes, have idea. Will prepare patch soon
Search Criteria
Package Base Details: php72
Package Actions
Git Clone URL: | https://aur.archlinux.org/php72.git (read-only, click to copy) |
---|---|
Keywords: | 7.2 php php7 |
Submitter: | el_aur |
Maintainer: | el_aur |
Last Packager: | el_aur |
Votes: | 11 |
Popularity: | 0.151431 |
First Submitted: | 2019-01-31 20:58 (UTC) |
Last Updated: | 2022-11-05 17:49 (UTC) |
Packages (62)
- php72
- php72-cli
- php72-cgi
- php72-fpm
- php72-embed
- php72-apache
- php72-litespeed
- php72-pear
- php72-pecl
- php72-phpdbg
- php72-xml
- php72-xsl
- php72-xmlreader
- php72-xmlwriter
- php72-wddx
- php72-dom
- php72-simplexml
- php72-pdo
- php72-mysql
- php72-phar
- php72-pcntl
- php72-posix
- php72-shmop
- php72-sockets
- php72-sysvmsg
- php72-sysvsem
- php72-sysvshm
- php72-tokenizer
- php72-dba
- php72-pgsql
- php72-odbc
- php72-firebird
- php72-interbase
- php72-dblib
- php72-sqlite
- php72-gd
- php72-exif
- php72-tidy
- php72-iconv
- php72-xmlrpc
- php72-bcmath
- php72-gmp
- php72-zip
- php72-bz2
- php72-json
- php72-fileinfo
- php72-ctype
- php72-recode
- php72-mbstring
- php72-pspell
- php72-enchant
- php72-intl
- php72-calendar
- php72-gettext
- php72-soap
- php72-ftp
- php72-curl
- php72-snmp
- php72-ldap
- php72-imap
- php72-sodium
- php72-opcache
el_aur commented on 2023-01-16 18:23 (UTC)
joao.sa commented on 2023-01-16 08:31 (UTC)
checking for DB4 major version... configure: error: Header contains different version ==> ERROR: A failure occurred in build().
Any idea how to fix?
df8oe commented on 2022-11-05 18:22 (UTC)
building perfectly again. Thanks for doing a great job for all of us!
df8oe commented on 2022-11-05 17:59 (UTC)
Build is in progress ;) ...
el_aur commented on 2022-11-05 17:57 (UTC)
@df8oe just have patched it. please try to build
df8oe commented on 2022-11-05 17:56 (UTC)
Recent problem needs a patch or upstream changes... Also php7.0, 7.1, 7.2 and 8.0 are affected.
el_aur commented on 2022-11-05 17:24 (UTC)
Looks like it's general problem on all linux distros: https://bugs.gentoo.org/797676
df8oe commented on 2022-11-05 10:31 (UTC)
does no longer build since update today
bobarch64 commented on 2022-04-18 11:49 (UTC)
The php.ini file is an old one full with spelling mistakes.
Pinned Comments
el_aur commented on 2022-02-03 18:56 (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):
Then run the following as root
Refresh packages database
Now search for php packages you need:
Install with
pacman -S
packages you need or all PHP 7.2 packages with:el_aur commented on 2022-01-27 12:11 (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/php72
is installed withphp72-cli
subpackage,php72
doesn't include it anymore!!!PEAR and PECL are available as
php72-pear
andphp72-pecl
subpackagesAll shared modules are respresented as stand-alone subpackages and are not included with
php72
package anymore.No more extensions in php.ini itself!
Separate INI files for each extension are placed in
/etc/php72/conf.d
They are loaded in correct order according to priority