Skip to content

Commit 8279ea3

Browse files
author
Steven Surowiec
committed
Updated readme file
1 parent 5680101 commit 8279ea3

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Using a custom callback to explain queries for console
6060
PHP Profiler lets you pass in some configuration options to help allow it to suit your own needs.
6161

6262
- **query_explain_callback** is the callback used to explain SQL queries to get additional information on them. The format used should be the same as that used by PHP's [call_user_func](http://us2.php.net/call_user_func) function.
63+
- **query_profiler_callback** is used to integrate a database level profiler such as [MySQL's query profiler](http://wiki.github.com/steves/PHP-Profiler/the-mysql-query-profiler).
6364

6465
## Features ##
6566
Below are some of the features of PHP Profiler
@@ -74,13 +75,5 @@ Below are some of the features of PHP Profiler
7475
- Log specific points in your script to see how long it takes to get to them
7576
- See how many queries on a given page are inserts, updates, selects and deletes with query type counting
7677

77-
## Changes ##
78-
Some of the changes made to the original include:
79-
80-
- The code has been cleaned up quite a bit and is a bit more readable now
81-
- Classes have been renamed to allow them to be auto loaded
82-
- Merged database class into Profiler_Console to make it easier and cleaner to integrate
83-
- Removed MySQL dependence, any database should work now.
84-
8578
## Sites Using PHP Profiler ##
8679
Using PHP Profiler on your site? Let me know! If you don't want to be featured here just say so, but I still like knowing how people are using PHP Profiler so send me a message or an email and let me know.

0 commit comments

Comments
 (0)