Package Details: php72-opcache 7.2.34-15

Git Clone URL: https://aur.archlinux.org/php72.git (read-only, click to copy)
Package Base: php72
Description: opcache zend module for php72
Upstream URL: http://www.php.net
Keywords: 7.2 php php7
Licenses: PHP
Submitter: el_aur
Maintainer: el_aur
Last Packager: el_aur
Votes: 11
Popularity: 0.000034
First Submitted: 2019-01-31 20:58 (UTC)
Last Updated: 2024-03-27 14:58 (UTC)

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):

[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 php72

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

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

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

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

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

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

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

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8

el_aur commented on 2019-03-20 12:02 (UTC)

Version bump to 7.2.16 @matth thanks for fix! included to this version :)

cef commented on 2019-03-14 15:42 (UTC)

Hey, I noticed that php72-fpm will execute php7.3 if both are installed and php7.3 is the default version. Can you check this? I need both versions.

matth commented on 2019-03-07 22:25 (UTC) (edited on 2019-03-07 22:25 (UTC) by matth)

Thanks for making this php72 package.

I just noticed 2 things.

  1. php72-fpm doesn't work as the paths are not set correctly.

  2. php72-sodium is not included in this like it was when 7.2 was php-sodium

I have forked this git repo here and made the changes to fix both of these if you could merge them in: https://gitlab.com/matth/php72-aur

python commented on 2019-02-23 15:40 (UTC)

Why it requires apache2? It's unneccesary dependency

tompear commented on 2019-02-20 09:10 (UTC)

So many thanks for this package.

messju commented on 2019-02-11 16:38 (UTC) (edited on 2019-02-11 16:39 (UTC) by messju)

Nice to see a php72 package for completeness (and for people who have 3rd party extensions that do not work with php 7.3 yet)!

I think there is one little bug in ./sapi/fpm/php-fpm.service.in:

ExecStart=@EXPANDED_SBINDIR@/php-fpm --nodaemonize --fpm-config @EXPANDED_SYSCONFDIR@/php-fpm.conf

should read

ExecStart=@EXPANDED_SBINDIR@/php-fpm72 --nodaemonize --fpm-config @EXPANDED_SYSCONFDIR@/php-fpm.conf

anyway: thanks for all your work!

el_aur commented on 2019-02-11 16:10 (UTC)

@wget will add you as co-maintainer. I saw your 7.1 package was long time without update so -noconflict version were made. Pls make me comaintainer for 7.0 and 7.1 too

wget commented on 2019-02-11 11:52 (UTC)

@el_aur I'm maintaining the stack for 7.0 and 7.1 on the AUR. Since I'm used to the fixes and for consistency, maybe I can help along with your package? Feel free to disown your package and I'll adopt it right away or add me as a co-maintainer and I'll be happy to help :)