Package Details: php-xhprof 0.9.4-2

Package Base: php-xhprof
Description: A Hierarchical Profiler for PHP
Upstream URL: http://pecl.php.net/package/xhprof
Category: lib
Licenses: Apache
Submitter: None
Maintainer: martinpoljak
Last Packager: martinpoljak
Votes: 9
First Submitted: 2010-04-01 02:21
Last Updated: 2015-03-18 11:21

Dependencies (2)

  • php
  • graphviz (optional) – to generate callgraphs in reports

Required by (0)

Sources

Latest Comments

Comment by sepehrmm

2015-03-18 11:49

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

Comment by martinpoljak

2015-03-18 11:31

Fixed. Thanks.

Comment by sepehrmm

2015-03-18 10:35

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

Comment by martinpoljak

2012-11-15 22:10

Thanks, implemented.

Anonymous comment

2012-11-14 12:09

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>

Comment by martinpoljak

2012-08-18 10:36

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!

Comment by timdiels

2012-07-24 20:14

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

Anonymous comment

2012-06-14 00:43

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

Comment by kotnik

2012-05-19 12:01

XHProf building currently fails for PHP 5.4.

Anonymous comment

2012-05-11 08:03

XHProf fails to build for me. Here's the full log: http://pastebin.com/hdRXXvyC