Package Details: php-blackfire 1.88.1-1

Git Clone URL: https://aur.archlinux.org/php-blackfire.git (read-only, click to copy)
Package Base: php-blackfire
Description: Blackfire Profiler - PHP extension
Upstream URL: https://blackfire.io
Keywords: blackfire php
Licenses: custom
Submitter: None
Maintainer: None
Last Packager: dorni
Votes: 8
Popularity: 0.000000
First Submitted: 2015-01-14 23:09 (UTC)
Last Updated: 2023-08-26 14:26 (UTC)

Latest Comments

1 2 Next › Last »

dorni commented on 2022-01-26 13:36 (UTC)

In case this package causes an error updating to PHP 8.1 as it depends on php < 8.1, please update this AUR package by hand before your system update.

I fixed the depends check in the PKGBUILD and removed the nonsensical check for the dot version.

Deuchnord commented on 2020-06-17 06:48 (UTC)

Since I don't have time enough to maintain this package and since I don't use it anymore, I have disowned myself from it. If someone wants to adopt it, feel free to proceed.

Deuchnord commented on 2019-05-13 11:15 (UTC)

OK, I'm taking it, thanks :)

I'll manage to get it up-to-date ASAP :)

<deleted-account> commented on 2019-05-13 08:38 (UTC)

@Deuchnord: I removed me from the list of maintainers - you can take it over now. Thanks.

Deuchnord commented on 2019-05-12 08:48 (UTC)

Is this package still maintained? If not, I'd be really interested to retake the maintenance of this package.

broiniac commented on 2018-03-17 12:12 (UTC) (edited on 2018-03-17 12:13 (UTC) by broiniac)

If anyone have to stick to php71 for some reason and would like to use recent blackfire anyway just edit pkbuild and change requested source_i686 and source_x86_64 php version from php-72 to php-71 (you can find it just before .so on the far-right in given url). Remember to replace checksums below to proper values (recommended) or to 'SKIP' (bad practise).

In my case this trick resolve blackfire undefined symbol: zend_empty_string issue.

ThibaudDauce commented on 2018-01-05 09:35 (UTC) (edited on 2018-01-05 09:36 (UTC) by ThibaudDauce)

This package should be updated with the latest blakfire.so-1.18.0_72 for PHP 7.2.

I try to install it manually but I'm currently seeing

λ thibaud [~] → php --version
php: symbol lookup error: /usr/lib/php/modules/blackfire.so: undefined symbol: php_explicit_bzero

with the latest blackfire.so for PHP 7.2 and PHP 7.2.1 installed on my machine.

matthieumota commented on 2017-12-03 20:59 (UTC)

PHP 7.2 has been released. So this module (compiled for PHP 7.1) can no longer work with the latest version of PHP under ArchLinux. I've tried module in 7.2 but it was compiled for the Alpha and it doesn't work for the 7.2 in final version, we have to wait until Blackfire recompile for the 7.2. Could it be necessary to define a PHP 7.1 maximum dependency?

<deleted-account> commented on 2015-12-27 06:35 (UTC)

Thanks for the heads up. I updated the packages.

Talus commented on 2015-12-26 23:14 (UTC)

This is now outdated, I flagged as such. Here is the new PKGBUILD for 1.7.0 : # Maintainer: Morris Jobke <hey AT morrisjobke DOT de> pkgname=php-blackfire pkgver=1.7.0 pkgrel=1 pkgdesc='Blackfire Profiler - PHP extension' arch=('i386' 'x86_64') url='https://blackfire.io' license='custom' backup=('etc/php/conf.d/blackfire.ini') depends=('glibc') source=('blackfire.ini') source_i386=("blackfire.so-${pkgver}_56_i686::http://packages.blackfire.io/binaries/blackfire-php/$pkgver/blackfire-php-linux_i386-php-56.so") source_x86_64=("blackfire.so-${pkgver}_56_x86_64::http://packages.blackfire.io/binaries/blackfire-php/$pkgver/blackfire-php-linux_amd64-php-56.so") sha256sums=('43f82aea3877cc0133cf2278cb85d0c612cf1f6c869ad430cbaa2b2598f78f33') sha256sums_i386=('6e4171900aa6e739203f8a0762f8758ba2d23b6530fbb847efe9fcd502a49ece') sha256sums_x86_64=('c35883be3968988663b148d14378742ff9394cc9e9b211d0d2fe2446eb45cad3') package(){ install -Dm 644 blackfire.ini "$pkgdir"/etc/php/conf.d/blackfire.ini install -Dm 755 blackfire.so-${pkgver}_56_$CARCH "$pkgdir"/usr/lib/php/modules/blackfire.so } The repo https://github.com/MorrisJobke/aur-packages/ doesn't seem to exist anymore, so I can't do a PR :{