Package Details: php73-pspell 7.3.33-11

Git Clone URL: https://aur.archlinux.org/php73.git (read-only, click to copy)
Package Base: php73
Description: pspell module for php73
Upstream URL: http://www.php.net
Licenses: PHP
Submitter: matth
Maintainer: matth (el_aur)
Last Packager: el_aur
Votes: 11
Popularity: 0.002417
First Submitted: 2019-12-24 17:08 (UTC)
Last Updated: 2024-03-27 14:58 (UTC)

Pinned Comments

el_aur commented on 2022-02-02 09:14 (UTC) (edited on 2022-02-04 11:29 (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):

[home_el_archphp_Arch]
Server = https://download.opensuse.org/repositories/home:/el:/archphp/Arch/$arch

Then run the following as root

key=$(curl -fsSL https://download.opensuse.org/repositories/home:el:archphp/Arch/$(uname -m)/home_el_archphp_Arch.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')
pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"

Refresh packages database

pacman -Syy

Now search for php packages you need:

pacman -Ss php73

Install with pacman -S packages you need or all PHP 7.3 packages with:

sudo pacman -S $(pacman -Ssq | grep '^php73')

el_aur commented on 2022-01-27 12:08 (UTC) (edited on 2022-01-27 15:18 (UTC) by el_aur)

Read Carefully! Breaking changes in compare with native PHP package

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

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

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

  4. No more extensions in php.ini itself!

Separate INI files for each extension are placed in /etc/php73/conf.d

They are loaded in correct order according to priority

Latest Comments

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

jonquan commented on 2021-04-27 02:54 (UTC) (edited on 2021-04-27 02:55 (UTC) by jonquan)

tunght13488 I have the same issue as you.

[jon@archlinux ~]$ php73
PHP Warning:  PHP Startup: Unable to load dynamic library 'intl' (tried: /usr/lib/php73/modules/intl (/usr/lib/php73/modules/intl: cannot open shared object file: No such file or directory), /usr/lib/php73/modules/intl.so (/usr/lib/php73/modules/intl.so: undefined symbol: _ZTIN6icu_6817StringEnumerationE)) in Unknown on line 0

tunght13488 commented on 2021-04-26 07:36 (UTC)

Broken after icu-69.1-1. I can't figure out how to downgrade without breaking the system. Symlink to .69 files won't work. Any help is much appreciated

matth commented on 2021-02-28 18:02 (UTC)

brackenhill-mob I'm not sure what would be causing that error. The package builds just fine in a clean chroot for me using extra-x86_64-build

brackenhill-mob commented on 2021-02-28 17:04 (UTC) (edited on 2021-02-28 17:08 (UTC) by brackenhill-mob)

I'm getting a build error in /home/arch/.cache/yay/php73/src/php-7.3.27/ext/fileinfo/libmagic/apprentice.c

    {standard input}: Assembler messages:
    {standard input}:3946: Warning: end of file not at end of a line; newline inserted
    {standard input}:5550: Error: no such instruction: `j'
    {standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive
    cc: fatal error: Killed signal terminated program cc1
    compilation terminated.
    make: *** [Makefile:1011: ext/fileinfo/libmagic/apprentice.lo] Error 1
    ==> ERROR: A failure occurred in build().
        Aborting...

Any chance of a fix? I'm migrating a invoicing package which is built against PHP7.3 from an Ubuntu server and my company needs this urgently

TIA

matth commented on 2021-01-14 21:21 (UTC)

@yolosan It looks like you don't have gpg configured to use a keyserver.

You can use something like

gpg --keyserver pool.sks-keyservers.net --receive-keys D66C9593118BCCB6

yolosan commented on 2021-01-14 12:15 (UTC) (edited on 2021-01-14 13:44 (UTC) by yolosan)

Hi. I'm getting the following error:

==> Validating source files with sha256sums...
    php-7.3.26.tar.xz ... Passed
    php-7.3.26.tar.xz.asc ... Skipped
    apache.patch ... Passed
    apache.conf ... Passed
    php-fpm.patch ... Passed
    php-fpm.tmpfiles ... Passed
    php.ini.patch ... Passed
    enchant-2.patch ... Passed
    freetype.patch ... Passed
==> Verifying source file signatures with gpg...
    php-7.3.26.tar.xz ... FAILED (unknown public key D66C9593118BCCB6)
==> ERROR: One or more PGP signatures could not be verified!
:: Unable to build php73 - makepkg exited with code: 1

Doing

$ gpg --recv-key D66C9593118BCCB6
gpg: keyserver receive failed: No name

cdo commented on 2020-04-19 19:42 (UTC)

Thanks for this package. It builds perfectly fine on armv7h. Do you mind adding this architecture to the PKGBUILD?

berturion commented on 2020-03-09 09:51 (UTC)

Thank you @tompear, it is solved after rebuild.