1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-18 18:51:12 +01:00

Add a missing # in the markup.

Test Plan: (None)

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Koolvin

Differential Revision: https://secure.phabricator.com/D2499
This commit is contained in:
Craig Silverstein 2012-05-18 17:37:32 -07:00 committed by epriestley
parent 0b764e99dd
commit 5af1dff06a

View file

@ -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 <https://bugs.php.net/bug.php?id=59747> for more information.