wow, that was quick!
checked and seems is working, tnx
Search Criteria
Package Details: php-xhprof 0.9.4-2
Package Actions
| Package Base: | php-xhprof |
|---|---|
| Description: | A Hierarchical Profiler for PHP |
| Upstream URL: | http://pecl.php.net/package/xhprof |
| Category: | lib |
| Licenses: | |
| Submitter: | None |
| Maintainer: | martinpoljak |
| Last Packager: | martinpoljak |
| Votes: | 9 |
| First Submitted: | 2010-04-01 02:21 |
| Last Updated: | 2015-03-18 11:21 |
Required by (0)
Sources
Latest Comments
Comment by sepehrmm
Comment by martinpoljak
Fixed. Thanks.
Comment by sepehrmm
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
Thanks, implemented.
Anonymous comment
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
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
PKGBUILD that applies the patch:
http://limyreth.sinners.be/files/1/php-xhprof/PKGBUILD
Anonymous comment
Use this patch to compile with php 5.4 https://github.com/facebook/xhprof/commit/a6bae51236.diff
Comment by kotnik
XHProf building currently fails for PHP 5.4.
Anonymous comment
XHProf fails to build for me. Here's the full log: http://pastebin.com/hdRXXvyC