Package Details: php80-sockets 8.0.30-1

Git Clone URL: https://aur.archlinux.org/php80.git (read-only, click to copy)
Package Base: php80
Description: sockets module for php80
Upstream URL: http://www.php.net
Licenses: PHP
Submitter: muhviehstarr
Maintainer: muhviehstarr (el_aur)
Last Packager: el_aur
Votes: 15
Popularity: 0.000323
First Submitted: 2020-12-07 11:10 (UTC)
Last Updated: 2023-11-23 15:15 (UTC)

Pinned Comments

muhviehstarr commented on 2022-08-08 07:32 (UTC) (edited on 2022-10-18 12:04 (UTC) by muhviehstarr)

binaries can be found here, currently the packages are not signed , i will add this when i got some time

https://files.it-kraut.net/php80/

pacman.conf:

[php80]
SigLevel = Optional TrustAll
Server = https://files.it-kraut.net/php80

el_aur commented on 2022-02-03 18:50 (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 php80

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

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

el_aur commented on 2022-02-03 18:50 (UTC)

Read Carefully! Breaking changes in compare with native PHP package

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

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

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

  4. No more extensions in php.ini itself!

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

They are loaded in correct order according to priority

Latest Comments

1 2 3 4 5 6 Next › Last »

el_aur commented on 2023-07-11 18:58 (UTC) (edited on 2023-07-11 18:58 (UTC) by el_aur)

@kescherAUR:

from PKGBUILD docs

options (array)

This array allows you to override some of makepkg’s default behavior when building packages. To set an option, just include the option name in the options array. To reverse the default behavior, place an “!” at the front of the option. Only specify the options you specifically want to override, the rest will be taken from makepkg.conf(5).

There's no need to use options+=(!lto)

df8oe commented on 2023-06-25 07:00 (UTC) (edited on 2023-06-25 07:02 (UTC) by df8oe)

Can you please add these lines at the top of your PKGBUILD?


    export CFLAGS="${CFLAGS} -fPIC" 
    export CXXFLAGS="${CXXFLAGS} -fPIC"

Without these php-imagick fails with segfault. This is related to a gcc bug in my opinion - but the gcc-devs say it is not a bug :(

kescherAUR commented on 2023-05-25 08:50 (UTC)

The PKGBUILD for this package includes options=(!lto). This line should instead say options+=(!lto), so as not to override the makepkg.conf options array entirely.

el_aur commented on 2023-01-16 11:06 (UTC)

added c-client to AUR

henschi commented on 2023-01-15 17:18 (UTC)

@el_aur a clean compile is not possible, because c-client as compile dependency is missing

el_aur commented on 2023-01-11 10:13 (UTC)

@henschi try to build now

henschi commented on 2022-12-22 13:35 (UTC) (edited on 2022-12-28 09:34 (UTC) by henschi)

@el_aur Compile problem after db upgrade from 5.3.28 to 6.2.32 . But version 6.2.32-1 and 5.3.28-2 of db is installed.

checking for mdb_env_open in -llmdb... yes

checking for LMDB support... yes

checking for DB4 major version... configure: error: Header contains different version

==> ERROR: A failure occurred in build().

Aborting...

vladimir commented on 2022-11-10 12:09 (UTC)

@el_aur: Thank you, seems to work!

el_aur commented on 2022-11-08 16:29 (UTC)

@vladimir can you try to build now? Forced to build against openssl 1.1

el_aur commented on 2022-11-08 09:47 (UTC)

@vladimir thanks for notice. Will try to build it against 1.1