Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typos #4

Merged
merged 3 commits into from
May 28, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
3. Copy xhprof_lib/config.sample.php to xhprof_lib/config.php
4. Edit xhprof_lib/config.php with your database type and credentials. Set control IPs, and other fun stuff
Control IPs allow you to specify which IPs will be shown the footer linking directly to the results, and also which IPs will be able to turn profiling on and off
You can set this value to FALSE, which disables that protection all togethor.
You can set this value to FALSE, which disables that protection altogether.
5. Create a table as required for your database, SQL is available inside utils/Db/<database of choice>.php. If you're prefixing runs IDs, note that it will affect the length requried for the ID column.
5. Load up index.php, ensure happiness
7. Edit the virtual host configuration for the site you'd like to profile to
Expand Down
2 changes: 1 addition & 1 deletion README.HIGHCHARTS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The HighCharts graphing library is a kick ass JS graping library, free for non-commercial use.
The HighCharts graphing library is a kick ass JS graphing library, free for non-commercial use.

Since you may be using XHProf to aid the performance of a commercial site, a single blanket license
has already been purchased. You can use XHProf with Highcharts on any site, you do _not_ need to
Expand Down
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
This branch/clone/whatever git calls it of the official Facebook GUI does a few things:

* It includes a header.php document you can use with PHP's
auto\_prepend\_file directive. It sets up profiling by initilizing a few variables, and settting register_shutdown_function with the footer. Once started profiles are done
auto\_prepend\_file directive. It sets up profiling by initilizing a few variables, and setting register_shutdown_function with the footer. Once started profiles are done
when requested (?\_profile=1), or randomly. Profiled pages display a link to
their profile results at the bottom of the page (this can be disabled on a
blacklist based for specific documents. e.g. pages generating XML, images,
Expand Down