Package Details: php-xhprof 2.3.9-2

Git Clone URL: https://aur.archlinux.org/php-xhprof.git (read-only, click to copy)
Package Base: php-xhprof
Description: A Hierarchical Profiler for PHP
Upstream URL: https://pecl.php.net/package/xhprof
Keywords: php profiler
Licenses: Apache
Submitter: None
Maintainer: eklausmeier
Last Packager: eklausmeier
Votes: 9
Popularity: 0.000137
First Submitted: 2010-04-01 02:21 (UTC)
Last Updated: 2024-01-15 15:31 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

kendfinger commented on 2018-07-29 16:45 (UTC) (edited on 2018-07-29 16:45 (UTC) by kendfinger)

I have updated it to Phacility's experimental branch that supports PHP 7. Due to the way I had to do it, it could break. I have automated testing every week to ensure it still works. If it does not work, let me know.

@nerdoc: Should be fixed now.

nerdoc commented on 2016-01-26 23:16 (UTC) (edited on 2016-01-26 23:16 (UTC) by nerdoc)

Apparently php-xhprof compiling does not not work with php7? Full log: http://pastebin.com/t7467Qm7

sepehrmm commented on 2015-03-18 11:49 (UTC)

wow, that was quick! checked and seems is working, tnx

martinpoljak commented on 2015-03-18 11:31 (UTC)

Fixed. Thanks.

sepehrmm commented on 2015-03-18 10:35 (UTC)

I tried to install and got this error: 'Missing package() function' it seems PKGBUILD file doesn't have a 'package' function. read here: https://bbs.archlinux.org/viewtopic.php?id=191908

martinpoljak commented on 2012-11-15 22:10 (UTC)

Thanks, implemented.

<deleted-account> commented on 2012-11-14 12:09 (UTC)

1. apache conf should install to /etc/httpd/conf/extra 2. and contents of the modification should be like Alias /xhprof "/usr/share/webapps/xhprof/xhprof_html" <Directory "/usr/share/webapps/xhprof/xhprof_html"> AllowOverride All Options FollowSymlinks Order allow,deny Allow from all php_admin_value open_basedir "/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/" </Directory>

martinpoljak commented on 2012-08-18 10:36 (UTC)

I've adopted the package for this time, applied patches and released the new package release which should be possible to compile under PHP 5.4. Enjoy and thanks for links and patches!

timdiels commented on 2012-07-24 20:14 (UTC)

PKGBUILD that applies the patch: http://limyreth.sinners.be/files/1/php-xhprof/PKGBUILD

<deleted-account> commented on 2012-06-14 00:43 (UTC)

Use this patch to compile with php 5.4 https://github.com/facebook/xhprof/commit/a6bae51236.diff