From 5af1dff06a8dec2e725034d5dd28ecec2ed6a9b5 Mon Sep 17 00:00:00 2001 From: Craig Silverstein Date: Fri, 18 May 2012 17:37:32 -0700 Subject: [PATCH] Add a missing # in the markup. Test Plan: (None) Reviewers: epriestley Reviewed By: epriestley CC: aran, Koolvin Differential Revision: https://secure.phabricator.com/D2499 --- src/docs/installation_guide.diviner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/installation_guide.diviner b/src/docs/installation_guide.diviner index a4c1330324..a67cb382be 100644 --- a/src/docs/installation_guide.diviner +++ b/src/docs/installation_guide.diviner @@ -113,7 +113,7 @@ If so, you can download the source and build it with: $ make $ sudo make install -You may also need to add "##extension=xhprof.so#" to your php.ini. +You may also need to add "##extension=xhprof.so##" to your php.ini. See for more information.