Package Details: php80-firebird 8.0.30-4

Git Clone URL: https://aur.archlinux.org/php80.git (read-only, click to copy)
Package Base: php80
Description: pdo_firebird 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.000041
First Submitted: 2020-12-07 11:10 (UTC)
Last Updated: 2024-07-26 09:24 (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)

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 »

f0ff886f commented on 2024-07-08 20:52 (UTC)

Thanks @el_aur, already built it with the new PKGCONFIG before you even commented :)

Thanks for the fix!

el_aur commented on 2024-07-08 13:16 (UTC)

@f0ff886f kill your paru/yay/etc cache. php80-pecl and php80-pear packages doesn't exist anymore. Remove them too before building new package version

el_aur commented on 2024-07-08 13:15 (UTC)

Have updated package without PEAR/PECL subpackages

f0ff886f commented on 2024-06-30 20:31 (UTC) (edited on 2024-07-08 09:13 (UTC) by f0ff886f)

UPDATE: Fixed in 8.0.30-3. Thank you.

Hi, there is a packaging error with this package. I'm not sure where things go wrong, but in php80/pkg/php-pear/ there is no etc/ directory at all.

There is no pear.conf in the entire src/ dir either.

==> Starting package_php80-pear()...
~/.cache/paru/clone/php80/src/build-cli ~/.cache/paru/clone/php80/src

Warning: Private methods cannot be final as they are never overridden by other classes in /home/matt/.cache/paru/clone/php80/src/build-cli/pear/install-pear-nozlib.phar on line 339
[PEAR] Archive_Tar    - installed: 1.4.14
[PEAR] Console_Getopt - installed: 1.4.3
[PEAR] Structures_Graph- installed: 1.1.1
[PEAR] XML_Util       - installed: 1.4.5
[PEAR] PEAR: Invalid tag order in <dependencies>, found <_content> expected one of "group"
[PEAR] PEAR: Parsing of package.xml from file "/tmp/pear/temp/pearxmy0HO/package.xml" failed

Warning: fopen(/home/matt/.cache/paru/clone/php80/pkg/php80-pear/etc/php80/pear.conf): Failed to open stream: No such file or directory in /home/matt/.cache/paru/clone/php80/pear-config-patcher.php on line 14
File was not found /home/matt/.cache/paru/clone/php80/pkg/php80-pear/etc/php80/pear.conf
==> ERROR: A failure occurred in package_php80-pear().
    Aborting...
error: failed to build 'php80-8.0.30-2 (php80 php80-cli php80-ctype php80-curl php80-xml php80-dom php80-fileinfo php80-fpm php80-gd php80-intl php80-mbstring php80-pdo php80-openssl php80-mysql php80-opcache php80-pcntl php80-posix php80-zip)

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