You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, might be helpful for some. You can add auto_prepend_file="/path/to/xhprof/external/header.php" to your php.ini file. This is especially useful for those with complex PHP rewrites in their nginx server blocks, as it enables XHProf profiling globally.
Now it's apache centric ;)
This blog post explain it nicely http://www.justincarmony.com/blog/2012/04/23/php-fpm-nginx-php_value-and-multiple-values/
Basically you just have to add this line.
fastcgi_param PHP_VALUE "auto_prepend_file=/Users/simon/Sites-src/xhprof/external/header.php";
The text was updated successfully, but these errors were encountered: