Package Details: php72-firebird 7.2.34-15

Git Clone URL: https://aur.archlinux.org/php72.git (read-only, click to copy)
Package Base: php72
Description: pdo_firebird 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 2 3 4 5 6 7 8 Next › Last »

el_aur commented on 2020-04-23 17:24 (UTC) (edited on 2020-04-23 17:24 (UTC) by el_aur)

@df8oe xorgproto

df8oe commented on 2020-04-23 14:31 (UTC)

I cannot build (also php73) because of missing X.h: /usr/include/X11/Xlib.h:44:10: schwerwiegender Fehler: X11/X.h: Datei oder Verzeichnis nicht gefunden

What package is missing?

<deleted-account> commented on 2020-02-24 16:11 (UTC)

@el_aur By any chance, do you plan to add a php72-geoip package on AUR ? That would be very much appreciated !

Thanks for maintaining this one anyway !

el_aur commented on 2020-01-02 17:11 (UTC)

@MountainX made php72-memcached package and php72-igbinary think php72-memcache is not needed as php-memcache extension is pretty old even for 7.0 branch

LothaireFR commented on 2020-01-01 17:32 (UTC)

This package is obsolete.

MountainX commented on 2019-12-26 20:24 (UTC)

Thanks el_aur for maintaining this package. I also need php72-memcache, php72-memcached (and maybe php72-igbinary). Willing to contribute any way I can.

blum commented on 2019-12-22 20:16 (UTC)

Thanks for maintaining this package. I would be great to have one for php73. [2]

yooouuri commented on 2019-12-12 14:27 (UTC)

@el_aur about the apache/nginx discussion, I feel @flavius. I want to use php and choose my own webserver.

So hopefully u are willing to remove the apache dep :D

emphire commented on 2019-12-07 20:17 (UTC)

Thanks for maintaining this package. I would be great to have one for php73.

zepp.lee commented on 2019-12-07 15:38 (UTC)

Had the same issue as berturion. Thanks el_aur!