Package Details: php73-xmlrpc 7.3.33-11

Git Clone URL: https://aur.archlinux.org/php73.git (read-only, click to copy)
Package Base: php73
Description: xmlrpc 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.002621
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 .. 3 4 5 6 7 8

matth commented on 2020-01-01 02:52 (UTC)

I haven't used Apache in a long time, but I believe you should be able to load it with:

LoadModule php7_module modules/libphp73.so

Kalinda commented on 2019-12-31 23:54 (UTC)

Hello,

Not sure if I'm doing something wrong, but when I try to use the php73 module for Apache, it won't start and I get this error:

httpd: Syntax error on line 190 of /etc/httpd/conf/httpd.conf: Can't locate API module structure `php73_module' in file /etc/httpd/modules/libphp73.so: /etc/httpd/modules/libphp73.so: /etc/httpd/modules/libphp73.so: undefined symbol: php73_module

Any help would be appreciated, thanks!

matth commented on 2019-12-30 16:30 (UTC)

Thanks for the report on php-fpm @tompear I've gone ahead and updated the systemd service file so it points to the correct php-fpm73 binary.

@xchoice it looks like @tompear has created a php73-apcu package so all set there. I don't use apcu myself, so I'm glad someone else grabbed that.

tompear commented on 2019-12-30 12:04 (UTC) (edited on 2019-12-30 12:04 (UTC) by tompear)

For php-fpm users: binary file is /usr/bin/php-fpm73 but in /usr/lib/systemd/system/php73-fpm.service there is:

"ExecStart=/usr/bin/php-fpm --nodaemonize --fpm-config /etc/php73/php-fpm.conf"

So it's nessesery to manually change this line to work.

Thanks to the maintainer.

xchoice commented on 2019-12-29 19:08 (UTC)

Thanks you so much for this one. Can you make apcu available too?

blum commented on 2019-12-27 08:13 (UTC)

God bless you, merry christmas! (Or whatever you like to celebrate :))