Can confirm 7.4.33-8 builds and runs fine. Thanks. :-) I'm lucky I don't need neither PECL nor PEAR modules..
Search Criteria
Package Details: php74-gettext 7.4.33-9
Package Actions
Git Clone URL: | https://aur.archlinux.org/php74.git (read-only, click to copy) |
---|---|
Package Base: | php74 |
Description: | gettext module for php74 |
Upstream URL: | http://www.php.net |
Licenses: | PHP |
Submitter: | tompear |
Maintainer: | el_aur |
Last Packager: | el_aur |
Votes: | 11 |
Popularity: | 0.041108 |
First Submitted: | 2021-01-31 11:48 (UTC) |
Last Updated: | 2024-07-25 13:43 (UTC) |
Dependencies (56)
- php74AUR
- acl (acl-gitAUR) (make)
- apache (apache-gitAUR) (make)
- argon2 (argon2-gitAUR) (make)
- aspell (aspell-gitAUR) (make)
- autoconf (autoconf-gitAUR) (make)
- automake (automake-gitAUR) (make)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR) (make)
- c-clientAUR (make)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-uutilsAUR, coreutils-hybridAUR, coreutils-selinuxAUR) (make)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR) (make)
- db5.3 (make)
- e2fsprogs (busybox-coreutilsAUR, e2fsprogs-gitAUR) (make)
- enchant (make)
- findutils (findutils-gitAUR, busybox-coreutilsAUR, findutils-selinuxAUR) (make)
- freetds (make)
- gawk (gawk-gitAUR, busybox-coreutilsAUR) (make)
- gd (gd-gitAUR) (make)
- gmp (gmp-hgAUR) (make)
- hspell (make)
- Show 36 more dependencies...
Required by (0)
Sources (16)
- debian-php-7.4.patch
- https://php.net/distributions/php-7.4.33.tar.xz
- icu-74-php-7.4.patch
- libxml-21200-php-7.0.patch
- libxml-pear.patch
- litespeed-phpheader.patch
- make-tests.patch
- mysql-socket-php7.1.patch
- pear-config-patcher.php
- php-apache.conf
- php-libxml.patch
- php-makefile-patcher.php
- php-phpinfo.patch
- php74-enchant.patch
- timezonedb-guess.patch
- timezonedb-php7.4.patch
andreas_baumann commented on 2024-07-07 17:15 (UTC)
el_aur commented on 2024-07-07 09:11 (UTC)
Have killed pear/pecl packages. Try now
felipec commented on 2024-07-04 05:19 (UTC)
I'm getting the same error building php74-pear.
tabun commented on 2024-06-23 08:30 (UTC)
get error
File was not found /build/php74/pkg/php74-pear/etc/php74/pear.conf
for now just skip install pear
lkrms commented on 2024-06-18 12:52 (UTC)
Trying to rebuild this today and getting an error on package_php74-pear
:
~/php74/src/build-cli ~/php74/src
[PEAR] Archive_Tar - installed: 1.4.14
[PEAR] Console_Getopt - installed: 1.4.3
[PEAR] Structures_Graph- installed: 1.1.1
[PEAR] XML_Util - installed: 1.4.5
[PEAR] PEAR: Invalid tag order in <dependencies>, found <_content> expected one of "group"
[PEAR] PEAR: Parsing of package.xml from file "/tmp/pear/temp/pearE8reoa/package.xml" failed
Warning: fopen(/build/php74/pkg/php74-pear/etc/php74/pear.conf): failed to open stream: No such file or directory in /startdir/pear-config-patcher.php on line 14
File was not found /build/php74/pkg/php74-pear/etc/php74/pear.conf
el_aur commented on 2024-05-24 12:15 (UTC)
@maxrd2 thanks for the patch. Except killing litespeed it's ok :) Took CFLAGS fix from it. Made lightspeed patch by myself.
maxrd2 commented on 2024-05-21 15:16 (UTC)
I had to apply this patch today in order to compile with new ICU and gcc.
tompear commented on 2024-05-20 07:45 (UTC)
Again libxml2 breaks compilation of package. Downgrade is bad idea now, it leads to unusable core utilities like pacman.
el_aur commented on 2023-12-05 14:08 (UTC)
@tompear patch is here now with support of modern libxml version
tompear commented on 2023-11-26 17:24 (UTC)
You have to downgrade libxml2 to version 11.5 if you want to build it. Current Arch Linux version of this package is incompatible with php74 code.
Switch to php 8.x or change OS if you have to use PHP 7.4, there be more problems like this in the future, PHP 7.4 has end-of-life status.
Pinned Comments
el_aur commented on 2022-01-27 12:06 (UTC) (edited on 2022-02-01 21:33 (UTC) by el_aur)
Read Carefully! Breaking changes in compare with native PHP package
Console version
/usr/bin/php74
is installed withphp74-cli
subpackage,php74
doesn't include it anymore!!!PEAR and PECL are available as
php74-pear
andphp74-pecl
subpackagesAll shared modules are respresented as stand-alone subpackages and are not included with
php74
package anymore.No more extensions in php.ini itself! Separate INI files for each extension are placed in
/etc/php74/conf.d
They are loaded in correct order according to priorityModules: mysqlnd, mysqli and pdo_mysql are moved to single package
php74-mysql
php74-xsl
requiresphp74-xml
andphp74-dom
to be installedphp74-enchant
build with dependencies:libvoikko
,hspell
,hunspell
,nuspell
,aspell