Package Details: php74-gettext 7.4.33-9

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.128576
First Submitted: 2021-01-31 11:48 (UTC)
Last Updated: 2024-07-25 13:43 (UTC)

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

  1. Console version /usr/bin/php74 is installed with php74-cli subpackage, php74 doesn't include it anymore!!!

  2. PEAR and PECL are available as php74-pear and php74-pecl subpackages

  3. All shared modules are respresented as stand-alone subpackages and are not included with php74 package anymore.

  4. 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 priority

  5. Modules: mysqlnd, mysqli and pdo_mysql are moved to single package php74-mysql

  6. php74-xsl requires php74-xml and php74-dom to be installed

  7. php74-enchant build with dependencies: libvoikko, hspell, hunspell, nuspell, aspell

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

system7 commented on 2022-06-07 19:59 (UTC)

@tompear Thank you! It works.

tompear commented on 2022-06-07 19:37 (UTC)

You have to rebuild php74-intl, new version of library is the reason.

system7 commented on 2022-06-07 19:28 (UTC) (edited on 2022-06-07 19:31 (UTC) by system7)

Did anybody meet this problem?

$ php74 -i | grep intl                                                                                                                                                                                                                                      
PHP Warning:  PHP Startup: Unable to load dynamic library 'intl.so' (tried: /usr/lib/php74/modules/intl.so (libicuio.so.70: cannot open shared object file: No such file or directory), /usr/lib/php74/modules/intl.so.so (/usr/lib/php74/modules/intl.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
/etc/php74/conf.d/20-intl.ini,

The php74-intl and icu has been installed. I do not have idea what is the problem w/ the package.

$ fd libicuio.so /                                                                                                                                                                                                                                          
/usr/lib32/libicuio.so.71.1
/usr/lib32/libicuio.so.71
/usr/lib32/libicuio.so
/usr/lib/libicuio.so
/usr/lib/libicuio.so.71
/usr/lib/libicuio.so.71.1

$ ls -la /usr/lib/php74/modules/intl.so                                                                                                                                                                                                                     
-rwxr-xr-x 1 root root 455K Apr 15 17:26 /usr/lib/php74/modules/intl.so

Edit: Ehh... May I figured it out: the new version of libicuio? (71) :)

archn00b commented on 2022-04-09 17:14 (UTC) (edited on 2022-05-13 22:13 (UTC) by archn00b)

Has the signature changed?

error: php74-intl: signature for "home:el OBS Project <home:el@build.opensuse.org>" is invalid

aureolebigben commented on 2022-02-08 08:54 (UTC)

@tompear thank you !

tompear commented on 2022-02-03 14:37 (UTC)

@aureolebigben you have to install php74-cli, its now a separate package.

aureolebigben commented on 2022-02-03 14:26 (UTC)

Where is the php74 executable after install ?

Before, php executable was in /usr/bin. But after update i don't find it anywhere.

Now in /usr/bin i only have php-config74 php-fpm74 phpize74.

voidspawn commented on 2022-02-02 07:44 (UTC)

thx for the help

it was php74-dom

then php74-ctype and php74-phar and then it all worked(if it help others)

el_aur commented on 2022-02-01 17:57 (UTC)

added even more deps to enchant: libvoikko hspell hunspell nuspell aspell